pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-netif/+/36580?usp=email )

Change subject: stream_cli: Remove unused write_cb field
......................................................................

stream_cli: Remove unused write_cb field

Change-Id: I50bee754d01d8de01f4a25c14abf90275a1ac78e
---
M src/stream_cli.c
1 file changed, 9 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved
  Jenkins Builder: Verified




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 https://gerrit.osmocom.org/c/libosmo-netif/+/36580?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I50bee754d01d8de01f4a25c14abf90275a1ac78e
Gerrit-Change-Number: 36580
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to