aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom')
-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;