diff options
Diffstat (limited to 'library/binary.cpp')
-rw-r--r-- | library/binary.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/library/binary.cpp b/library/binary.cpp index d4d35e92..cbcef238 100644 --- a/library/binary.cpp +++ b/library/binary.cpp @@ -106,16 +106,6 @@ bool ffs3::filesHaveSameContent(const Zstring& filename1, const Zstring& filenam } //------------------------------------------------------------------------------------------------ -//#warning -// static wxLongLong blorg = wxGetLocalTimeMillis(); -// if (wxGetLocalTimeMillis() - blorg > 5000) -// { -// blorg = wxGetLocalTimeMillis(); -// wxMessageBox(numberToZstring<size_t>(bufferSize).c_str()); -// } - - - if (length1 != length2 || ::memcmp(&memory1[0], &memory2[0], length1) != 0) return false; |