summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exe_action.c15
1 files changed, 0 insertions, 15 deletions
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;
-}
-
-
/**
*
*