From 9dd6873e5855f69b01f2e3705a49a4231c992e71 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 3 Apr 2016 19:02:46 -0700 Subject: lint: remove or comment out unused functions Cppcheck has identified a lot of unused functions. This removes funcs that are unlikely to ever be used. Others that might be useful for debugging I've commented out with "#if 0". --- src/expand.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/expand.h') diff --git a/src/expand.h b/src/expand.h index 731acd71..6ae91cca 100644 --- a/src/expand.h +++ b/src/expand.h @@ -168,7 +168,6 @@ bool expand_abbreviation(const wcstring &src, wcstring *output); /* Terrible hacks */ bool fish_xdm_login_hack_hack_hack_hack(std::vector *cmds, int argc, const char * const *argv); -bool fish_openSUSE_dbus_hack_hack_hack_hack(std::vector *args); #endif -- cgit v1.2.3