diff options
author | Matt Ettus | 2009-11-26 11:20:30 -0800 |
---|---|---|
committer | Matt Ettus | 2009-11-26 11:20:30 -0800 |
commit | 770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4 (patch) | |
tree | 6f498d810f2fb3f2d7894d625a58b7ec9909c92c /vrt/lib/expanded_header.cc | |
parent | 7081879769829e49623adb68dc8c228082a91dda (diff) | |
parent | cc2e4dcc71648f1c981ab236efbae7739499728f (diff) | |
download | gnuradio-770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4.tar.gz gnuradio-770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4.tar.bz2 gnuradio-770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4.zip |
Merge branch 'master' of http://gnuradio.org/git/gnuradio
Diffstat (limited to 'vrt/lib/expanded_header.cc')
-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; } |