]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/debug.h
Unused modules removed from libstgcommon
[stg.git] / stglibs / common.lib / debug.h
diff --git a/stglibs/common.lib/debug.h b/stglibs/common.lib/debug.h
deleted file mode 100644 (file)
index d80de9f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- *****************************************************************************
- *
- * File:        debug.h
- *
- * Description: ÷Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ × log ÆÁÊÌ
- *
- * $Id: debug.h,v 1.2 2006/03/07 18:33:56 nobunaga Exp $
- *
- *****************************************************************************
- */
-
-#ifndef _DEBUG_H_
-#define _DEBUG_H_
-
-
-#include <stdio.h>
-
-
-#define MAX_LOG_BUFF_LEN    (2048)
-
-
-void PrintfLog(FILE * logFile, char * scriptName, char * fmt, ...);
-
-#endif  /* _DEBUG_H_ */
-
-/* EOF */
-