[01/38] batctl: Drop unused define SOCKET_PATH_FMT

Message ID 20181021225524.8155-2-sven@narfation.org (mailing list archive)
State Superseded, archived
Delegated to: Simon Wunderlich
Headers
Series batctl: pre-netlink restructuring, part 1 |

Commit Message

Sven Eckelmann Oct. 21, 2018, 10:54 p.m. UTC
  The commit 4bd751eed4dc ("batctl: Implement non-routing batadv_icmp in
userspace") removed the last code section which referenced SOCKET_PATH_FMT.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 main.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/main.h b/main.h
index 5cd2f46..e8c6db7 100644
--- a/main.h
+++ b/main.h
@@ -29,8 +29,6 @@ 
 #define SOURCE_VERSION "2018.4"
 #endif
 
-#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"
-
 #define EXIT_NOSUCCESS 2
 
 #define OPT_LONG_MAX_LEN 25