diff options
Diffstat (limited to 'ld/testplug3.c')
-rw-r--r-- | ld/testplug3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testplug3.c b/ld/testplug3.c index 0373534..91a9661 100644 --- a/ld/testplug3.c +++ b/ld/testplug3.c @@ -21,7 +21,6 @@ #include "sysdep.h" #include "bfd.h" -#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" #include "filenames.h" /* For ARRAY_SIZE macro only - we don't link the library itself. */ @@ -633,4 +632,3 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } -#endif /* BFD_SUPPORTS_PLUGINS */ |