From 846b8cdbf7929ba9fe7f44557722ecc6dbea3cd9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 29 May 2020 23:32:19 +0800 Subject: Remove unused DEBUG_FORKGPROF --- debug.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 403449b..e1739e8 100644 --- a/debug.h +++ b/debug.h @@ -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*/ -- cgit v1.2.3