aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2013-05-19 12:26:12 +0200
committerHenrik Nord <[email protected]>2013-11-11 15:44:56 +0100
commitc37d6d74c6bf9064ffbd488b77b424ff25c6bbc0 (patch)
treea01c6ed8b5d732e6357a47f158cc70e8952f8dd6 /lib/syntax_tools
parent384d59cedf515d34f1b3dbcad992ffe5261b905d (diff)
downloadotp-c37d6d74c6bf9064ffbd488b77b424ff25c6bbc0.tar.gz
otp-c37d6d74c6bf9064ffbd488b77b424ff25c6bbc0.tar.bz2
otp-c37d6d74c6bf9064ffbd488b77b424ff25c6bbc0.zip
Remove a useless function clause in erl_syntax_lib
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r--lib/syntax_tools/src/erl_syntax_lib.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/syntax_tools/src/erl_syntax_lib.erl b/lib/syntax_tools/src/erl_syntax_lib.erl
index 2c94ac776d..e4665b99fc 100644
--- a/lib/syntax_tools/src/erl_syntax_lib.erl
+++ b/lib/syntax_tools/src/erl_syntax_lib.erl
@@ -1357,8 +1357,6 @@ analyze_attribute(file, Node) ->
analyze_file_attribute(Node);
analyze_attribute(record, Node) ->
analyze_record_attribute(Node);
-analyze_attribute(define, _Node) ->
- define;
analyze_attribute(spec, _Node) ->
spec;
analyze_attribute(_, Node) ->