summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-08-16 23:48:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-08-17 00:04:04 +0900
commitdca2588b6430e084eb708cfe69d36c3d46a5411e (patch)
treec1b976e0a729ac025b6587d6c5e3810fc6a7b6d9 /dtrans
parentc85c4bd785eb4704e7c356dfb8ae35a8d4ede2a6 (diff)
cppcheck: remove assigned but unused variable
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index d6b1fe10b1f8..db98529f5aed 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -171,8 +171,6 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
fseek( fstream, 0L, SEEK_SET );
vector< string >::iterator iter_end = vecData.end( );
- const char* pStr = NULL;
-
for ( vector< string >::iterator iter = vecData.begin( ); iter != iter_end; ++iter )
{
try