From bee467da9b051adb02ed214dab7586483cac539d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Sep 2016 02:46:35 -0400 Subject: [PATCH] flthdr: drop unused mkstemp define This file stopped using mkstemp a while back, so drop this hack that is no longer needed. Signed-off-by: Mike Frysinger --- flthdr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/flthdr.c b/flthdr.c index 8a8b97c..d1740ac 100644 --- a/flthdr.c +++ b/flthdr.c @@ -29,9 +29,6 @@ const char *elf2flt_progname; #if defined(__MINGW32__) #include - -#define mkstemp(p) mktemp(p) - #endif #if defined TARGET_bfin -- 2.39.5