summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/bsd_comp.c2
-rw-r--r--sys/net/ppp_deflate.c4
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/net/bsd_comp.c b/sys/net/bsd_comp.c
index d5072cc11b7b..53b58528c552 100644
--- a/sys/net/bsd_comp.c
+++ b/sys/net/bsd_comp.c
@@ -52,7 +52,6 @@
#define PACKETPTR struct mbuf *
#include <net/ppp_comp.h>
-#if DO_BSD_COMPRESS
/*
* PPP "BSD compress" compression
* The differences between this compression and the classic BSD LZW
@@ -1110,4 +1109,3 @@ bsd_decompress(state, cmp, dmpp)
return DECOMP_FATALERROR;
#endif /* DEBUG */
}
-#endif /* DO_BSD_COMPRESS */
diff --git a/sys/net/ppp_deflate.c b/sys/net/ppp_deflate.c
index fdc0c64fbd23..d0e4c7b2f059 100644
--- a/sys/net/ppp_deflate.c
+++ b/sys/net/ppp_deflate.c
@@ -39,8 +39,6 @@
#define PACKETPTR struct mbuf *
#include <net/ppp_comp.h>
-#if DO_DEFLATE
-
#define DEFLATE_DEBUG 1
/*
@@ -676,5 +674,3 @@ z_incomp(arg, mi)
state->stats.unc_bytes += rlen;
state->stats.unc_packets++;
}
-
-#endif /* DO_DEFLATE */