back out broken changeset
authorEric Blossom <eb@comsec.com>
Wed, 25 Nov 2009 17:50:32 +0000 (09:50 -0800)
committerEric Blossom <eb@comsec.com>
Wed, 25 Nov 2009 17:50:32 +0000 (09:50 -0800)
vrt/lib/expanded_header.cc

index 0eb2042d8f33796096e645db3f44b1e8504bdd18..bd1d92e530ca2b0eac929cd85e78738ed3210265 100644 (file)
@@ -112,12 +112,6 @@ namespace vrt {
 #include "expanded_header_switch_body.h"
     }
 
-    /* is this a if context packet? */
-    if (h->if_context_p()){
-        *payload = p;
-        *n32_bit_words_payload = n32_bit_words_packet;
-    }
-
     return true;
   }