aboutsummaryrefslogtreecommitdiff
path: root/tests/gtdel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtdel.c')
-rw-r--r--tests/gtdel.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/tests/gtdel.c b/tests/gtdel.c
index 6826532..ff9cdb9 100644
--- a/tests/gtdel.c
+++ b/tests/gtdel.c
@@ -21,17 +21,3 @@
21#include "gdbm.h" 21#include "gdbm.h"
22 22#include "progname.h"
23const char *
24canonical_progname (const char *str)
25{
26 const char *p;
27
28 p = strrchr (str, '/');
29 if (p)
30 p++;
31 else
32 p = str;
33 if (strncmp (p, "lt-", 3) == 0)
34 p += 3;
35 return p;
36}
37 23

Return to:

Send suggestions and report system problems to the System administrator.