]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Removed functions not being used anywhere
authorDavid Sommerseth <dazo@users.sourceforge.net>
Mon, 15 Nov 2010 07:58:36 +0000 (08:58 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Nov 2010 17:54:49 +0000 (18:54 +0100)
commit7581c8fd6f0b0f0855b8dae8dba697fecb5ac6a4
tree69c3e5094d03ebffd91e397e3ab24faf81db740b
parentd29e6de16ad1cbbc5740e732268da9347b370a1d
Removed functions not being used anywhere

The GNU C compiler gave warnings about these functions in the patch
not being used anywhere.  Doing a git grep on the code turned out
there were no callers to these functions.  Taking these functions out,
as there is not good reason why to carry dead code.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Peter Stuge <peter@stuge.se>
ps.c
sig.c