diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-29 23:32:19 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-29 23:32:19 +0800 |
commit | 846b8cdbf7929ba9fe7f44557722ecc6dbea3cd9 (patch) | |
tree | e2b864d0eed5df4380ce02bd64466a22d8589d17 /debug.h | |
parent | b0243b0e7bdb5fc0e5111abc8ec6698522309c3f (diff) |
Remove unused DEBUG_FORKGPROF
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -43,12 +43,6 @@ #define CHECKCLEARTOWRITE() #endif -/* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon - * output when Dropbear forks. This will allow it gprof to be used. - * It's useful to run dropbear -F, so you don't fork as much */ -/* (This is Linux specific) */ -/*#define DEBUG_FORKGPROF*/ - /* A couple of flags, not usually useful, and mightn't do anything */ /*#define DEBUG_KEXHASH*/ |