aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 00:06:49 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 00:10:37 +0200
commita7c17849378fc6eb6c14e513e87400886b065c58 (patch)
tree13f62c6edb91cd4e584793e87e235fa8f440d3c1 /include/osmocom/netif
parentd092d6d4e8dc33d0a94a09b6d85870b1256ee5a8 (diff)
channel: remove leftover unused definitions in header
They are not used anywhere in the code.
Diffstat (limited to 'include/osmocom/netif')
-rw-r--r--include/osmocom/netif/channel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/netif/channel.h b/include/osmocom/netif/channel.h
index 6d28f7a..64a27f6 100644
--- a/include/osmocom/netif/channel.h
+++ b/include/osmocom/netif/channel.h
@@ -13,12 +13,6 @@ enum {
CHAN_MAX,
};
-#define CHAN_F_DEFAULT (1 << 0)
-#define CHAN_F_BUFFERED (1 << 1)
-#define CHAN_F_STREAM (1 << 2)
-#define CHAN_F_ERRORS (1 << 3)
-#define CHAN_F_MAX (1 << 4)
-
struct osmo_chan;
struct msgb;