diff options
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index ceb1f5d..920b347 100644 --- a/src/utils.c +++ b/src/utils.c | |||
| @@ -35,8 +35,6 @@ void iphone_set_debug(int level) | |||
| 35 | toto_debug = level; | 35 | toto_debug = level; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | |||
| 39 | |||
| 40 | void log_debug_msg(const char *format, ...) | 38 | void log_debug_msg(const char *format, ...) |
| 41 | { | 39 | { |
| 42 | #ifndef STRIP_DEBUG_CODE | 40 | #ifndef STRIP_DEBUG_CODE |
| @@ -60,7 +58,6 @@ inline void log_debug_buffer(const char *data, const int length) | |||
| 60 | /* run the real fprintf */ | 58 | /* run the real fprintf */ |
| 61 | if (toto_debug) | 59 | if (toto_debug) |
| 62 | fwrite(data, 1, length, stderr); | 60 | fwrite(data, 1, length, stderr); |
| 63 | |||
| 64 | #endif | 61 | #endif |
| 65 | } | 62 | } |
| 66 | 63 | ||
