From 521fa8d9cb6c143ba98e70b0cbcd94ff3c06f00b Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Thu, 25 Oct 2018 13:07:11 +0200
Subject: [PATCH] gnrc_rpl_srh: remove type define

The only usage was removed in parent and we now have a centralized
definition of the routing header types.
---
 sys/include/net/gnrc/rpl/srh.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/include/net/gnrc/rpl/srh.h b/sys/include/net/gnrc/rpl/srh.h
index d9938fc2e9..ab7248d230 100644
--- a/sys/include/net/gnrc/rpl/srh.h
+++ b/sys/include/net/gnrc/rpl/srh.h
@@ -30,11 +30,6 @@
 extern "C" {
 #endif
 
-/**
- * @brief   Type for source routing header.
- */
-#define GNRC_RPL_SRH_TYPE   (3U)
-
 /**
  * @brief   The RPL Source routing header.
  *
-- 
GitLab