[freenos] r257 committed - Fixed a warning about the unused variable 's'.

  • From: codesite-noreply@xxxxxxxxxx
  • To: freenos@xxxxxxxxxxxxx
  • Date: Sun, 02 Aug 2009 11:47:22 +0000

Revision: 257
Author: nieklinnenbank
Date: Sun Aug  2 03:59:16 2009
Log: Fixed a warning about the unused variable 's'.

http://code.google.com/p/freenos/source/detail?r=257

Modified:
 /trunk/lib/libparse/FileURL.cpp

=======================================
--- /trunk/lib/libparse/FileURL.cpp     Sat Aug  1 07:33:20 2009
+++ /trunk/lib/libparse/FileURL.cpp     Sun Aug  2 03:59:16 2009
@@ -126,7 +126,6 @@
                 sb->append( part->operator*() );
             }

-            String* s = sb->toString();
             _parent = new FileURL( sb->toString()->operator*() );
             delete sb;
         }

Other related posts:

  • » [freenos] r257 committed - Fixed a warning about the unused variable 's'. - codesite-noreply