diff options
Diffstat (limited to 'ld/testsuite/ld-shared/sh1.c')
-rw-r--r-- | ld/testsuite/ld-shared/sh1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-shared/sh1.c b/ld/testsuite/ld-shared/sh1.c index 20f183c..c8e52324 100644 --- a/ld/testsuite/ld-shared/sh1.c +++ b/ld/testsuite/ld-shared/sh1.c @@ -71,12 +71,6 @@ shlib_shlibcall2 () { return shlib_overriddencall2 (); } - -int -shlib_overriddencall2 () -{ - return 7; -} #endif /* This function calls a function defined by the main program. */ |