diff options
Diffstat (limited to 'ld/testplug4.c')
-rw-r--r-- | ld/testplug4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testplug4.c b/ld/testplug4.c index 71eaf59..21a2cd1 100644 --- a/ld/testplug4.c +++ b/ld/testplug4.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. */ @@ -681,4 +680,3 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } -#endif /* BFD_SUPPORTS_PLUGINS */ |