summaryrefslogtreecommitdiff
path: root/tests/library/test_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/test_loader.c')
-rw-r--r--tests/library/test_loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/library/test_loader.c b/tests/library/test_loader.c
index 60f2514..f060a1b 100644
--- a/tests/library/test_loader.c
+++ b/tests/library/test_loader.c
@@ -42,7 +42,6 @@ int main( void ) {
wolf_library_p library;
wolf_error_t error;
char errbuf[512];
- typedef int (*multiply_by_two_func)( int );
WOLF_LIBRARY_FUNCPTR symbol;
multiply_by_two_func func;
int res = 0;