cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1867?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: event: Remove unused function event_set_return_init ...................................................................... event: Remove unused function event_set_return_init This has never been used in the git history. It is also equivalent to just using CLEAR(). Identified by cppcheck. Change-Id: I2cf5da2aa6fbb68116c7b6ef587a6494acae0b54 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Gert Doering <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1867 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg38641.html Signed-off-by: Gert Doering <[email protected]> --- M src/openvpn/event.h 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/67/1867/2 diff --git a/src/openvpn/event.h b/src/openvpn/event.h index 40ed161..b784dfe 100644 --- a/src/openvpn/event.h +++ b/src/openvpn/event.h @@ -190,13 +190,6 @@ return ret; } -static inline void -event_set_return_init(struct event_set_return *esr) -{ - esr->rwflags = 0; - esr->arg = NULL; -} - #ifdef _WIN32 static inline void -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1867?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I2cf5da2aa6fbb68116c7b6ef587a6494acae0b54 Gerrit-Change-Number: 1867 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: cron2 <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
