diff options
Diffstat (limited to 'host/lib/rfnoc/device_id.cpp')
-rw-r--r-- | host/lib/rfnoc/device_id.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/rfnoc/device_id.cpp b/host/lib/rfnoc/device_id.cpp index 6bd287dce..ade4a3b8f 100644 --- a/host/lib/rfnoc/device_id.cpp +++ b/host/lib/rfnoc/device_id.cpp @@ -14,4 +14,3 @@ device_id_t uhd::rfnoc::allocate_device_id() static std::atomic<device_id_t> counter{1}; return counter++; } - |