From 2ed94af7726e0f22e765950618ae87bb507e773a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 10 Jun 2019 23:15:22 -0700 Subject: uhd: Remove deprecated objects and methods This removes the following symbols: - otw_type_t - clock_config_t - Any functions that use those symbols - Non-standard args from examples (e.g., --total-time is deprecated in favour of --duration) --- host/examples/rx_samples_to_file.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/examples/rx_samples_to_file.cpp') diff --git a/host/examples/rx_samples_to_file.cpp b/host/examples/rx_samples_to_file.cpp index 3a0fe5b5e..235a9b97b 100644 --- a/host/examples/rx_samples_to_file.cpp +++ b/host/examples/rx_samples_to_file.cpp @@ -230,7 +230,6 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) ("type", po::value(&type)->default_value("short"), "sample type: double, float, or short") ("nsamps", po::value(&total_num_samps)->default_value(0), "total number of samples to receive") ("duration", po::value(&total_time)->default_value(0), "total number of seconds to receive") - ("time", po::value(&total_time), "(DEPRECATED) will go away soon! Use --duration instead") ("spb", po::value(&spb)->default_value(10000), "samples per buffer") ("rate", po::value(&rate)->default_value(1e6), "rate of incoming samples") ("freq", po::value(&freq)->default_value(0.0), "RF center frequency in Hz") -- cgit v1.2.3