pespin has uploaded this change for review.
stream_cli: Remove unused write_cb field
Change-Id: I50bee754d01d8de01f4a25c14abf90275a1ac78e
---
M src/stream_cli.c
1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/80/36580/1
diff --git a/src/stream_cli.c b/src/stream_cli.c
index 11c88ae..0427032 100644
--- a/src/stream_cli.c
+++ b/src/stream_cli.c
@@ -107,7 +107,6 @@
int (*disconnect_cb)(struct osmo_stream_cli *cli);
int (*read_cb)(struct osmo_stream_cli *cli);
int (*iofd_read_cb)(struct osmo_stream_cli *cli, struct msgb *msg);
- int (*write_cb)(struct osmo_stream_cli *cli);
int (*segmentation_cb)(struct msgb *msg);
void *data;
int flags;
To view, visit change 36580. To unsubscribe, or for help writing mail filters, visit settings.