From cda3f423c311fd30e8cc24e2de67d99baf352b2a Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 11 Mar 2011 09:23:27 -0800 Subject: remove another copied-and-pasted function --- src/exe_action.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/exe_action.c b/src/exe_action.c index 04ec835..53d2be4 100644 --- a/src/exe_action.c +++ b/src/exe_action.c @@ -23,21 +23,6 @@ usage() printf("-h\t\thelp\n"); } - -/** - * - **/ -const char* get_tmpp(void) { - - const char* tmpp=getenv(ENV_T_DIR); - - if(!tmpp) - tmpp=""; - - return tmpp; -} - - /** * * -- cgit v1.2.3