diff options
-rw-r--r-- | src/intertyper.js | 1 |
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', |