From 60010149f5136e7d40bf514926565777e644fb0a Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Tue, 26 Oct 2010 11:31:57 -0200 Subject: [PATCH] client.h: Removed exe constant that was replaced by EXEFILE define Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/client.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client.h b/src/client.h index 8e4fa53..9a7cf2e 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 **); -- GitLab