]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilPrettyPrinting.hpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilPrettyPrinting.hpp
diff --git a/CPPUtil/UtilPrettyPrinting.hpp b/CPPUtil/UtilPrettyPrinting.hpp
deleted file mode 100644 (file)
index c27fb96..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  UtilPrettyPrinting.h
-//  CPPUtil
-//
-//  Created by James McIlree on 9/8/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#ifndef __CPPUtil__UtilPrettyPrinting__
-#define __CPPUtil__UtilPrettyPrinting__
-
-std::string formated_byte_size(uint64_t bytes);
-
-#endif /* defined(__CPPUtil__UtilPrettyPrinting__) */