diff --git a/src/util.c b/src/util.c --- a/src/util.c +++ b/src/util.c @@ -1378,24 +1378,2 @@ void SignalWaitingParent(void) -/* This function has been moved into mstring.c, since that -* is where the allocation actually occurs. It has been -* renamed to mSplitFree(). -* -void FreeToks(char **toks, int num_toks) -{ - if (toks) - { - if (num_toks > 0) - { - do - { - num_toks--; - free(toks[num_toks]); - } while(num_toks); - } - free(toks); - } -} -*/ - - /* Self preserving memory allocator */