[Scummvm-cvs-logs] SF.net SVN: scummvm:[34900] scummvm/trunk/common/unarj.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Nov 4 21:05:33 CET 2008


Revision: 34900
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34900&view=rev
Author:   fingolfin
Date:     2008-11-04 20:05:33 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
dead code

Modified Paths:
--------------
    scummvm/trunk/common/unarj.cpp

Modified: scummvm/trunk/common/unarj.cpp
===================================================================
--- scummvm/trunk/common/unarj.cpp	2008-11-04 20:04:25 UTC (rev 34899)
+++ scummvm/trunk/common/unarj.cpp	2008-11-04 20:05:33 UTC (rev 34900)
@@ -87,10 +87,6 @@
 
 	for (uint i = 0; i < _headers.size(); i++)
 		delete _headers[i];
-
-	_headers.clear();
-	_fileMap.clear();
-	_archMap.clear();
 }
 
 void ArjFile::registerArchive(const String &filename) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list