Re: [Openvpn-devel] [PATCH] Remove two unused functions

2012-06-01 Thread David Sommerseth
On 03/05/12 11:10, David Sommerseth wrote: > From: David Sommerseth > > Both is_persist_option() and is_stateful_restart() functions where never > used anywhere in the code. Remove them. > > Signed-off-by: David Sommerseth > --- > src/openvpn/options.c | 16 > src/openvpn/o

[Openvpn-devel] [PATCH] Remove two unused functions

2012-05-03 Thread David Sommerseth
From: David Sommerseth Both is_persist_option() and is_stateful_restart() functions where never used anywhere in the code. Remove them. Signed-off-by: David Sommerseth --- src/openvpn/options.c | 16 src/openvpn/options.h |3 --- 2 files changed, 0 insertions(+), 19 del