about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-16 15:32:04 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-16 15:32:04 +0200
commitb10007a7b5bcc231c98f9150b073daf3f1b18c95 (patch)
tree0489510c23877e7f2eb560c6cd3fe95dc5f997e2 /include/debug.h
parent19ce862810e504494af8e92717b57ca15cb2480b (diff)
downloadafl++-b10007a7b5bcc231c98f9150b073daf3f1b18c95.tar.gz
renamed duplicated func names
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h
index 890e8d70..4cce56b5 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -31,7 +31,6 @@
 /* __FUNCTION__ is non-iso */
 #ifdef __func__
 #define __FUNCTION__ __func__
-#else
 #endif
 
 /*******************