Remove GB. cleanup ().

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-17 09:14:51 +01:00
parent e12c537b22
commit ce0f7af060

View File

@ -34,8 +34,7 @@ public:
void testSetZipComment();
static const Poco::UInt64 KB = 1024;
static const Poco::UInt64 MB = (1024*KB);
static const Poco::UInt64 GB = (1024*MB);
static const Poco::UInt64 MB = 1024*KB;
void createDataFile(const std::string& path, Poco::UInt64 size);
void testZip64();