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 /svr-main.c | |
parent | b0243b0e7bdb5fc0e5111abc8ec6698522309c3f (diff) |
Remove unused DEBUG_FORKGPROF
Diffstat (limited to 'svr-main.c')
-rw-r--r-- | svr-main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -296,11 +296,6 @@ static void main_noinetd() { } 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); |