aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/device_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/device_id.cpp')
-rw-r--r--host/lib/rfnoc/device_id.cpp1
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++;
}
-