aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/core_lint.erl
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2014-06-08 16:27:13 +0200
committerAnthony Ramine <[email protected]>2014-08-07 01:49:48 +0200
commite4767774e363520178d7f5c4fd7d7f8798a54e04 (patch)
treef941ed259de82053a4618c3d1187a48aa416e876 /lib/compiler/src/core_lint.erl
parent84d0edb3c031e6b560946712bdd50028b7d0a9b9 (diff)
downloadotp-e4767774e363520178d7f5c4fd7d7f8798a54e04.tar.gz
otp-e4767774e363520178d7f5c4fd7d7f8798a54e04.tar.bz2
otp-e4767774e363520178d7f5c4fd7d7f8798a54e04.zip
Remove obsolete comment in core_lint
Diffstat (limited to 'lib/compiler/src/core_lint.erl')
-rw-r--r--lib/compiler/src/core_lint.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compiler/src/core_lint.erl b/lib/compiler/src/core_lint.erl
index 7edde484ae..c0e2bdaba0 100644
--- a/lib/compiler/src/core_lint.erl
+++ b/lib/compiler/src/core_lint.erl
@@ -33,9 +33,6 @@
%% Values only as multiple values/variables/patterns.
%% Return same number of values as requested
%% Correct number of arguments
-%%
-%% Checks to add:
-%%
%% Consistency of values/variables
%% Consistency of function return values/calls.
%%