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/lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/CMakeLists.txt') diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 2ca216341..d15c8b264 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -115,7 +115,6 @@ configure_file( ######################################################################## LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_BINARY_DIR}/build_info.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/deprecated.cpp ${CMAKE_CURRENT_SOURCE_DIR}/device.cpp ${CMAKE_CURRENT_SOURCE_DIR}/device3.cpp ${CMAKE_CURRENT_SOURCE_DIR}/image_loader.cpp -- cgit v1.2.3