about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-16 19:53:51 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-16 19:53:51 +0200
commit23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (patch)
treec29eeca17acee61a862646149b8cd1d9a4cf97f3 /include/debug.h
parentf157bca54858dce131e90f664da2505d43e0f65f (diff)
parent35937e62634f69b34c852abb0aaeca546a712f4f (diff)
downloadafl++-23ea7279159dce964c69b3dfa5e7e36f3d5a5085.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/debug.h b/include/debug.h
index 8824ff6b..4cce56b5 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -29,12 +29,8 @@
 #include "config.h"
 
 /* __FUNCTION__ is non-iso */
-#ifndef __FUNCTION__
 #ifdef __func__
 #define __FUNCTION__ __func__
-#else
-#define __FUNCTION__ "func_unknown"
-#endif
 #endif
 
 /*******************