]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
remove always-true test of unsigned >= 0
[wxWidgets.git] / src / common / dircmn.cpp
index 20d22684b90ee3d97dd90bfa982a6fdedebad134..f5b0c9fe8a824b4c2f958312847dba67d8806976 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     19.05.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -356,6 +356,8 @@ wxULongLong wxDir::GetTotalSize(const wxString &dirname, wxArrayString *filesSki
     return traverser.GetTotalSize();
 }
 
+#endif // wxUSE_LONGLONG
+
 // ----------------------------------------------------------------------------
 // wxDir helpers
 // ----------------------------------------------------------------------------
@@ -377,5 +379,4 @@ bool wxDir::Remove(const wxString &dir, int flags)
 {
     return wxFileName::Rmdir(dir, flags);
 }
-    
-#endif // wxUSE_LONGLONG
+