Merge pull request #305 from Liuchang0812/fix-logging

remove unused variable
main
Igor Canadi 10 years ago
commit cd44522a94
  1. 1
      util/logging.h

@ -19,7 +19,6 @@
namespace rocksdb {
class Slice;
class WritableFile;
// Append a human-readable size in bytes
int AppendHumanBytes(uint64_t bytes, char* output, int len);

Loading…
Cancel
Save