--- projects/cms/source/ihost/ihost.c 2004/01/05 15:22:17 1.44 +++ projects/cms/source/ihost/ihost.c 2004/01/18 23:29:15 1.49 @@ -170,24 +170,6 @@ void log_msg(int level, char *format, ...){ } } -/* Takes many pointers, checks if they are NULL or not, and then free's them */ -/* Deprciated - and i only wrote it today! :) -void m_free(int num_pointers, ...){ - int x=0; - va_list ap; - void *p; - - va_start(ap, num_pointers); - for(;x