diff options
author | Camil Staps | 2016-08-25 20:29:50 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 20:29:50 +0200 |
commit | 821939c6a6eb5761708146783ebd562422c2a7f7 (patch) | |
tree | dd26b29c65431801f4ca45d6952b7806534f9c8c /compiler/log.h | |
parent | Remove unnecessary includes (diff) |
pedantic
Diffstat (limited to 'compiler/log.h')
-rw-r--r-- | compiler/log.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/compiler/log.h b/compiler/log.h deleted file mode 100644 index 7d4e406..0000000 --- a/compiler/log.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _H_LOG -#define _H_LOG - -#define LOG_DEBUG 1 - -#define LOG_LEVEL 10 - -#if(LOG_LEVEL >= LOG_DEBUG) -#define log_debug(x) -#else -void log_debug(char*); -#endif - -#endif |