aboutsummaryrefslogtreecommitdiff
path: root/src/device_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_context.cc')
-rw-r--r--src/device_context.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device_context.cc b/src/device_context.cc
index 99a4979..cea0540 100644
--- a/src/device_context.cc
+++ b/src/device_context.cc
@@ -38,7 +38,6 @@ DeviceContext::Clock::Clock(const DeviceContext& context) : device(context) {
DeviceContext::Clock::~Clock() {}
DeviceContext::Clock::time_point_t DeviceContext::Clock::now() {
-
auto ts = timespec{};
if (clock_gettime(CLOCK_MONOTONIC, &ts)) {
throw errno;