From d445275ed0f16c8f6d7b9d9e34082c10b3449d7e Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 22 Jun 2009 14:19:17 -0400 Subject: COMP: Remove useless variable assignment This removes an assignment whose result is never used, thus quieting a warning from Borland. --- Source/kwsys/SystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 553b70e..5f1bbda 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -3963,7 +3963,6 @@ bool SystemTools::GetLineFromStream(kwsys_ios::istream& is, // Append the data read to the line. line.append(buffer); - sizeLimit = sizeLimit - static_cast(length); } // Return the results. -- cgit v0.12