diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-23 12:33:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-23 12:33:52 +0200 |
commit | 7fb358a76f2c6dd86b951cb1639d1787810830c2 (patch) | |
tree | 75806d8b7060c494a7b392f2299b230c9a1d6985 /runtime/glbl.c | |
parent | a41f3c34ab7d0e4e19d69f25f3c85d96966b8067 (diff) | |
download | rsyslog-7fb358a76f2c6dd86b951cb1639d1787810830c2.tar.gz rsyslog-7fb358a76f2c6dd86b951cb1639d1787810830c2.tar.bz2 rsyslog-7fb358a76f2c6dd86b951cb1639d1787810830c2.zip |
Remove no longer needed function
Thanks to Andreas Stieger from Novell/SUSE for alerting us.
This function was introduced as part of the new config system,
but never was actually used (aka "not needed").
Diffstat (limited to 'runtime/glbl.c')
-rw-r--r-- | runtime/glbl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/glbl.c b/runtime/glbl.c index 537b7b4f..a0997829 100644 --- a/runtime/glbl.c +++ b/runtime/glbl.c @@ -553,11 +553,6 @@ glblProcessCnf(struct cnfobj *o) cnfparamsPrint(¶mblk, cnfparamvals); } -rsRetVal -glblCheckCnf() -{ -} - void glblDoneLoadCnf(void) { |