]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed forgotten remnants of unused enum rtc
authorMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 10:33:01 +0000 (12:33 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 13:39:21 +0000 (15:39 +0200)
bird-gdb.py
filter/data.c
lib/type.h

index 3cf65a9cca0168fc9be709dfab49d2b8dfac7e63..62c0ec87af8a0481d10c063838b86a83e0a658e2 100644 (file)
@@ -25,7 +25,6 @@ class BIRDFValPrinter(BIRDPrinter):
             "T_ENUM_RTS": "i",
             "T_ENUM_BGP_ORIGIN": "i",
             "T_ENUM_SCOPE": "i",
-            "T_ENUM_RTC": "i",
             "T_ENUM_RTD": "i",
             "T_ENUM_ROA": "i",
             "T_ENUM_NETTYPE": "i",
index 425dfdd35757b4f3cb40548e68ecbafbb5d39e36..9dab19153898b3aa0373f5ba350ed819cc358e49 100644 (file)
@@ -38,7 +38,6 @@ static const char * const f_type_str[] = {
   [T_ENUM_RTS] = "enum rts",
   [T_ENUM_BGP_ORIGIN] = "enum bgp_origin",
   [T_ENUM_SCOPE] = "enum scope",
-  [T_ENUM_RTC] = "enum rtc",
   [T_ENUM_RTD] = "enum rtd",
   [T_ENUM_ROA] = "enum roa",
   [T_ENUM_NETTYPE] = "enum nettype",
index e43389f38d8d81c96d70a969aa82ce40b76da98b..abce1a1f3c72a64e8f751f0614e7fa6a5e0aaf43 100644 (file)
@@ -79,7 +79,6 @@ enum btype {
 
   T_ENUM_RTS = 0x31,
   T_ENUM_SCOPE = 0x33,
-  T_ENUM_RTC = 0x35,
   T_ENUM_RTD = 0x37,
   T_ENUM_ROA = 0x39,
   T_ENUM_NETTYPE = 0x3b,