aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-09-14 19:48:40 +0300
committermax99x <max99x@gmail.com>2011-09-14 19:48:40 +0300
commite0c5552c7f77e93d903b8f141e16793cc3c580e6 (patch)
treed466dc1f256dafaf631853f904eed14969fa3be4
parent2bb506bccec7f0e56c7763a81e2a8784325cd7cb (diff)
Cleaned up minor merge artifact.
-rw-r--r--src/intertyper.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 7d74dfd2..83a49645 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -796,7 +796,6 @@ function intertyper(data, parseFunctions, baseLineNum) {
if (item.tokens[1].text in LLVM.LINKAGES || item.tokens[1].text in LLVM.PARAM_ATTR || item.tokens[1].text in LLVM.VISIBILITIES) {
item.tokens.splice(1, 1);
}
-
var params = parseParamTokens(item.tokens[3].item.tokens);
return [{
intertype: 'functionStub',