diff --git a/src/client.h b/src/client.h
index 8e4fa53e55562bd2d8b2a4b5a82631f205c7ac49..9a7cf2ecc669a186ed6533c1e26cb9d77dd4e39c 100644
--- a/src/client.h
+++ b/src/client.h
@@ -48,9 +48,6 @@
     #define DEBUG(fmt, args...)
 #endif
 
-/* Statics strings */
-static const char *exe = "bin/client";
-
 /* Functions */
 void print_help(void);
 int verify_parameters(int, char **, struct soap *, char **, char **);