From cd91036ad39186e5a1618fccf3a498da0f34a0ac Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 13 Jun 2023 09:39:06 +1100 Subject: [PATCH] remove useless module_path function --- src/include/66/module.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/66/module.h b/src/include/66/module.h index eddd6e7d..fe5c2225 100644 --- a/src/include/66/module.h +++ b/src/include/66/module.h @@ -44,6 +44,4 @@ extern void regex_replace(stralloc *list, resolve_service_t *res) ; extern int module_in_cmdline(genalloc *gares, resolve_service_t *res, char const *dir) ; extern int module_search_service(char const *src, genalloc *gares, char const *name,uint8_t *found, char module_name[256]) ; -extern int module_path(stralloc *sdir, stralloc *mdir, char const *sv,char const *frontend_src, uid_t owner) ; - #endif -- GitLab