1
0
mirror of https://git.kore.io/kore.git synced 2024-11-05 01:52:05 +01:00

remove unused vars

This commit is contained in:
Joris Vink 2013-05-04 16:38:40 +02:00
parent 8d67ee4c52
commit 61b937ac1b

View File

@ -127,7 +127,6 @@ kore_module_handler_new(char *path, char *domain, char *func, int type)
void *addr;
struct module_domain *dom;
struct kore_module_handle *hdlr;
char uri[512];
kore_log("kore_module_handler_new(%s, %s, %s, %d)", path,
domain, func, type);
@ -164,7 +163,6 @@ kore_module_handler_new(char *path, char *domain, char *func, int type)
void *
kore_module_handler_find(char *domain, char *path)
{
size_t len;
struct module_domain *dom;
struct kore_module_handle *hdlr;