From 7fb358a76f2c6dd86b951cb1639d1787810830c2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 23 Sep 2012 12:33:52 +0200 Subject: 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"). --- runtime/glbl.c | 5 ----- 1 file changed, 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) { -- cgit v1.2.3