summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/fdwatch.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-13 00:12:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-13 00:12:09 +0000
commitfda86dc1720d46a26badfc033efd6a2f25bbdff7 (patch)
treebcdceee726698cd8f7c2cc9a6b1eeacc8c624a38 /nuttx/netutils/thttpd/fdwatch.h
parent3e27ac2c3d4ae76bd4412bc7dd44a2d5c3a7b478 (diff)
downloadpx4-nuttx-fda86dc1720d46a26badfc033efd6a2f25bbdff7.tar.gz
px4-nuttx-fda86dc1720d46a26badfc033efd6a2f25bbdff7.tar.bz2
px4-nuttx-fda86dc1720d46a26badfc033efd6a2f25bbdff7.zip
Remove last remnants of SYLOGging
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2043 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/thttpd/fdwatch.h')
-rw-r--r--nuttx/netutils/thttpd/fdwatch.h6
1 files changed, 0 insertions, 6 deletions
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 */