diff options
author | nyamatongwe <devnull@localhost> | 2011-01-02 09:56:17 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-01-02 09:56:17 +1100 |
commit | a317b8d0d40cabfcf5cafb64a632a2c961bfb43c (patch) | |
tree | 3b6c5b6d63bd9c6571b150e7915ca0a45ff24dbd /src/ExternalLexer.cxx | |
parent | 45a9984b8ed3d8055690472dfe9e8b0e90fe73fc (diff) | |
download | scintilla-mirror-a317b8d0d40cabfcf5cafb64a632a2c961bfb43c.tar.gz |
Avoid cppcheck warnings.
Diffstat (limited to 'src/ExternalLexer.cxx')
-rw-r--r-- | src/ExternalLexer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index 02b7eaa8d..bb4846497 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -38,7 +38,6 @@ LexerManager *LexerManager::theInstance = NULL; void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { fneFactory = fFactory; fnFactory = fFactory(index); - externalLanguage = index; } //------------------------------------------ |