cleanup - init_arch_os no longer used
authorroot <devnull@localhost>
Sun, 7 Jul 1996 22:17:48 +0000 (22:17 +0000)
committerroot <devnull@localhost>
Sun, 7 Jul 1996 22:17:48 +0000 (22:17 +0000)
CVS patchset: 734
CVS date: 1996/07/07 22:17:48

lib/misc.c

index d54c57b..c23f147 100644 (file)
@@ -10,8 +10,6 @@
 #include "rpmerr.h"
 #include "messages.h"
 
-static void init_arch_os(char *arch, char *os);
-
 char ** splitString(char * str, int length, char sep) {
     char * s, * source, * dest;
     char ** list;