From 621608e6c6a0714966a4ceddaf5631d90db57d3f Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Jun 2018 00:15:25 -0400 Subject: driver: removed the SLBT_DRIVER_HEURISTICS flag, as it is no longer needed. --- include/slibtool/slibtool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 93982da..68fa139 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -47,7 +47,6 @@ extern "C" { #define SLBT_DRIVER_SHARED 0x4000 #define SLBT_DRIVER_STATIC 0x8000 -#define SLBT_DRIVER_HEURISTICS 0x010000 #define SLBT_DRIVER_STRICT 0x020000 #define SLBT_DRIVER_NO_UNDEFINED 0x040000 #define SLBT_DRIVER_MODULE 0x080000 -- cgit v1.2.3