aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types.cpp
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-07-27 16:10:36 -0700
committerNick Foster <nick@nerdnetworks.org>2010-07-27 16:15:51 -0700
commitaeedd5a53e017e2c14a86dff521353ff6016a849 (patch)
treec32cae63a6c7524210a6f859f0258b7ed1846622 /host/lib/types.cpp
parentd8f3980e45458cf68c8efaa029e492a1b8d08354 (diff)
parentbbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8 (diff)
downloaduhd-aeedd5a53e017e2c14a86dff521353ff6016a849.tar.gz
uhd-aeedd5a53e017e2c14a86dff521353ff6016a849.tar.bz2
uhd-aeedd5a53e017e2c14a86dff521353ff6016a849.zip
Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2px
Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r--host/lib/types.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp
index fdc435fef..1cfe84832 100644
--- a/host/lib/types.cpp
+++ b/host/lib/types.cpp
@@ -98,18 +98,6 @@ stream_cmd_t::stream_cmd_t(const stream_mode_t &stream_mode):
/***********************************************************************
* metadata
**********************************************************************/
-rx_metadata_t::rx_metadata_t(void):
- has_time_spec(false),
- time_spec(time_spec_t()),
- more_fragments(false),
- fragment_offset(0),
- start_of_burst(false),
- end_of_burst(false),
- error_code(ERROR_CODE_NONE)
-{
- /* NOP */
-}
-
tx_metadata_t::tx_metadata_t(void):
has_time_spec(false),
time_spec(time_spec_t()),