diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:25:33 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:25:33 +0000 |
commit | cc97e7e4d314289fc6de2dd0b6bd76a48789c08d (patch) | |
tree | 2a2f95c9f423007418f230407ee060a3040d8b9a /soltools | |
parent | 165c3a71115432d36aa736e94ed5a36f28c06faa (diff) |
INTEGRATION: CWS ooo20040329 (1.2.48); FILE MERGED
2004/03/17 12:38:45 waratah 1.2.48.1: #i1858# remove unused variable
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; |