diff svr-main.c @ 1706:3f80da5fe0b4

Remove unused DEBUG_FORKGPROF
author Matt Johnston <matt@ucc.asn.au>
date Fri, 29 May 2020 23:32:19 +0800
parents e05c0e394f1d
children 6ea18ca8fc03
line wrap: on
line diff
--- a/svr-main.c	Fri May 29 18:26:22 2020 +0500
+++ b/svr-main.c	Fri May 29 23:32:19 2020 +0800
@@ -296,11 +296,6 @@
 			} else {
 
 				/* child */
-#ifdef DEBUG_FORKGPROF
-				extern void _start(void), etext(void);
-				monstartup((u_long)&_start, (u_long)&etext);
-#endif /* DEBUG_FORKGPROF */
-
 				getaddrstring(&remoteaddr, NULL, &remote_port, 0);
 				dropbear_log(LOG_INFO, "Child connection from %s:%s", remote_host, remote_port);
 				m_free(remote_host);