diff options
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/cpp/_tokens.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soltools/cpp/_tokens.c b/soltools/cpp/_tokens.c index ef2d33812829..c2722cb8e2bd 100644 --- a/soltools/cpp/_tokens.c +++ b/soltools/cpp/_tokens.c @@ -50,7 +50,6 @@ unsigned char toLatin1[256] = int memcpy_EBCDIC( char * pwbuf, uchar *p, int len ) { - int newlen = 0; int currpos = 0; int processedchars = 0; |