From efa4888133b8aa360f2ea3a7179f37321a7853ea Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Jan 2008 17:07:10 +0000 Subject: 2008-01-21 Martin Hunt * symbols.c (send_module): Simplify and use new send_data() function to keep longword alignment. --- runtime/staprun/staprun_funcs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/staprun/staprun_funcs.c') diff --git a/runtime/staprun/staprun_funcs.c b/runtime/staprun/staprun_funcs.c index ebf05b34..d1bba3f8 100644 --- a/runtime/staprun/staprun_funcs.c +++ b/runtime/staprun/staprun_funcs.c @@ -16,8 +16,6 @@ #include #include -void cleanup(int rc); - void setup_staprun_signals(void) { struct sigaction a; -- cgit