]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilLog.hpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilLog.hpp
diff --git a/CPPUtil/UtilLog.hpp b/CPPUtil/UtilLog.hpp
deleted file mode 100644 (file)
index 1cb2d40..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  UtilLog.h
-//  CPPUtil
-//
-//  Created by James McIlree on 4/15/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#ifndef __CPPUtil__UtilLog__
-#define __CPPUtil__UtilLog__
-
-void log_msg(int level, const char* format, ...)  __attribute__((format(printf, 2, 3)));
-
-#endif /* defined(__CPPUtil__UtilLog__) */