]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilBase.hpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilBase.hpp
diff --git a/CPPUtil/UtilBase.hpp b/CPPUtil/UtilBase.hpp
deleted file mode 100644 (file)
index af03bc9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  UtilBase.hpp
-//  CPPUtil
-//
-//  Created by James McIlree on 4/7/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#ifndef CPPUtil_UtilBase_hpp
-#define CPPUtil_UtilBase_hpp
-
-#define BEGIN_UTIL_NAMESPACE namespace util {
-#define END_UTIL_NAMESPACE }
-
-#endif