Cleanup patch from Mario Cormier <mcormier@miranda.com> to fix bug 253323:

Parser contained useless this.decompiler = decompiler assignment.
This commit is contained in:
igor%mir2.org 2004-07-29 08:28:42 +00:00
Родитель a5c2b3fcf0
Коммит 7f304859c1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -137,7 +137,6 @@ public class Parser
this.decompiler = createDecompiler(compilerEnv);
this.nf = new IRFactory(this);
currentScriptOrFn = nf.createScript();
this.decompiler = decompiler;
int sourceStartOffset = decompiler.getCurrentOffset();
this.encodedSource = null;
decompiler.addToken(Token.SCRIPT);