From fda86dc1720d46a26badfc033efd6a2f25bbdff7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 Sep 2009 00:12:09 +0000 Subject: Remove last remnants of SYLOGging git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2043 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/thttpd/fdwatch.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nuttx/netutils/thttpd/fdwatch.h') diff --git a/nuttx/netutils/thttpd/fdwatch.h b/nuttx/netutils/thttpd/fdwatch.h index 144badbda..3aa701c14 100644 --- a/nuttx/netutils/thttpd/fdwatch.h +++ b/nuttx/netutils/thttpd/fdwatch.h @@ -107,11 +107,5 @@ extern int fdwatch_check_fd(struct fdwatch_s *fw, int fd); extern void *fdwatch_get_next_client_data(struct fdwatch_s *fw); -/* Generate debugging statistics syslog message. */ - -#if defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_NET) -extern void fdwatch_logstats(struct fdwatch_s *fw, long secs); -#endif - #endif /* __NETUTILS_THTTPD_FDWATCH_H */ -- cgit v1.2.3