remove dead code.

(Logical change 1.18)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@45 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2004-07-01 18:03:30 +00:00
parent b655d9de7e
commit 59dd1f28a1

View File

@ -50,10 +50,4 @@ struct service_handler {
int (*aisexec_init_fn) (void);
};
#ifdef COMPILE_OUT
extern struct libais_message_handlers libais_message_handlers[];
extern struct aisexec_message_handlers aisexec_message_handlers;
#endif
#endif /* HANDLERS_H_DEFINED */