remove bogus clock variant check
[libi2ncommon] / src / timefunc.cpp
index 88e6c33..b486de1 100644 (file)
@@ -1055,9 +1055,7 @@ namespace clock {
                 }
 
                 case type::boot: {
-                    if (var & type::exact) {
-                        cid = CLOCK_BOOTTIME;
-                    }
+                    cid = CLOCK_BOOTTIME;
                     break;
                 }