]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
remove some useless code in lib/route/cls/u32.c
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 26 Feb 2014 21:35:13 +0000 (13:35 -0800)
committerThomas Haller <thaller@redhat.com>
Thu, 27 Feb 2014 10:32:16 +0000 (11:32 +0100)
Cc: Thomas Haller <thaller@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
lib/route/cls/u32.c

index 567fab99bdfaea27859f3a5f9a43cbccce88fbcb..d303d4b5c03df5c1f10e539002907f4480e2cec5 100644 (file)
@@ -288,14 +288,6 @@ static void u32_dump_details(struct rtnl_tc *tc, void *data,
 
        print_selector(p, s, u);
        nl_dump(p, "\n");
-
-#if 0  
-#define U32_ATTR_ACTION       0x040
-#define U32_ATTR_POLICE       0x080
-
-       struct nl_data   act;
-       struct nl_data   police;
-#endif
 }
 
 static void u32_dump_stats(struct rtnl_tc *tc, void *data,