util: Removed formatBytes

This commit is contained in:
Paul Beckingham 2016-12-06 07:26:06 -05:00
parent 488673ea9a
commit 4bbb5fadb3
2 changed files with 0 additions and 15 deletions

View file

@ -42,7 +42,6 @@
// util.cpp
bool confirm (const std::string&);
int confirm4 (const std::string&);
std::string formatBytes (size_t);
#ifndef HAVE_UUID_UNPARSE_LOWER
void uuid_unparse_lower (uuid_t uu, char *out);