diff options
author | Eric Blossom | 2009-11-25 09:50:32 -0800 |
---|---|---|
committer | Eric Blossom | 2009-11-25 09:50:32 -0800 |
commit | 1185be47a93ba16651b3b1b18e1ba8b5941494c9 (patch) | |
tree | 457bcc1e35b65d5f183e20a4db0bafc12e6bc748 /vrt/lib | |
parent | 132112bf5a904746d0eda4ef26ab968f232f523b (diff) | |
download | gnuradio-1185be47a93ba16651b3b1b18e1ba8b5941494c9.tar.gz gnuradio-1185be47a93ba16651b3b1b18e1ba8b5941494c9.tar.bz2 gnuradio-1185be47a93ba16651b3b1b18e1ba8b5941494c9.zip |
back out broken changeset
Diffstat (limited to 'vrt/lib')
-rw-r--r-- | vrt/lib/expanded_header.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vrt/lib/expanded_header.cc b/vrt/lib/expanded_header.cc index 0eb2042d8..bd1d92e53 100644 --- a/vrt/lib/expanded_header.cc +++ b/vrt/lib/expanded_header.cc @@ -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; } |