[3/3] batman-adv: Remove unused batadv_icmp_user_cmd_type

Message ID 1469143811-15498-3-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 15a6f33c42878b2333be1568941dba5cec70c53a
Delegated to: Sven Eckelmann
Headers

Commit Message

Sven Eckelmann July 21, 2016, 11:30 p.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 net/batman-adv/packet.h | 10 ----------
 1 file changed, 10 deletions(-)
  

Comments

Sven Eckelmann Oct. 18, 2016, 11:29 a.m. UTC | #1
On Freitag, 22. Juli 2016 01:30:11 CEST Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  net/batman-adv/packet.h | 10 ----------
>  1 file changed, 10 deletions(-)

Applied in 15a6f33c42878b2333be1568941dba5cec70c53a [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batman-adv.git/commit/15a6f33c42878b2333be1568941dba5cec70c53a
  

Patch

diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h
index 6afc0b8..d2e9bbd 100644
--- a/net/batman-adv/packet.h
+++ b/net/batman-adv/packet.h
@@ -252,16 +252,6 @@  struct batadv_elp_packet {
 #define BATADV_ELP_HLEN sizeof(struct batadv_elp_packet)
 
 /**
- * enum batadv_icmp_user_cmd_type - types for batman-adv icmp cmd modes
- * @BATADV_TP_START: start a throughput meter run
- * @BATADV_TP_STOP: stop a throughput meter run
- */
-enum batadv_icmp_user_cmd_type {
-	BATADV_TP_START		= 0,
-	BATADV_TP_STOP		= 2,
-};
-
-/**
  * struct batadv_icmp_header - common members among all the ICMP packets
  * @packet_type: batman-adv packet type, part of the general header
  * @version: batman-adv protocol version, part of the genereal header