commit 8c743e3dc69213504afed3adf59395710a25e8b2
parent 559a18680dd0c9fbb7683dc57a3e93b6eff5fe12
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Fri, 23 Aug 2019 18:36:42 +0100
[libmach] Remove unneeded coff32namidx() prototype
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/libmach/libmach.h b/src/libmach/libmach.h
@@ -28,11 +28,6 @@ extern int pack(int order, unsigned char *dst, char *fmt, ...);
extern int unpack(int order, unsigned char *src, char *fmt, ...);
extern void objdel(Obj *obj);
-/* coff32 functions */
-/* TODO: Move this functions to a coff32 files */
-
-extern char *coff32namidx(void);
-
/* globals */
extern Objops *objops[];
extern Objops coff32;