shithub: scc

Download patch

ref: 8c743e3dc69213504afed3adf59395710a25e8b2
parent: 559a18680dd0c9fbb7683dc57a3e93b6eff5fe12
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 23 14:36:42 EDT 2019

[libmach] Remove unneeded coff32namidx() prototype

--- a/src/libmach/libmach.h
+++ b/src/libmach/libmach.h
@@ -28,11 +28,6 @@
 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;