From f5c8d890bd22a12cc561ed231c92455a47b9269a Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 18 Aug 2019 16:41:29 -0500 Subject: Link sysobj_early with -whole-archive --- deps/sysobj_early/src/appf.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'deps') diff --git a/deps/sysobj_early/src/appf.c b/deps/sysobj_early/src/appf.c index e63e77d0..8e6991e3 100644 --- a/deps/sysobj_early/src/appf.c +++ b/deps/sysobj_early/src/appf.c @@ -25,12 +25,6 @@ #include #include "appf.h" -/* FIXME: if this isn't here, hardinfo will crash, - * I don't have the slightest idea why */ -void wtf() { - void *e = edid_new(NULL, 0); -} - char *appf(char *str, const char *sep, const char *fmt, ...) { char *buf = NULL; int inlen, seplen, len; -- cgit v1.2.3