diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index 97cd9ed59..966838572 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -84,7 +84,6 @@ class Core: self.comm.load(kernel_library) self.comm.run() self.comm.serve(None, None, None) - return result @portable def seconds_to_mu(self, seconds: float) -> int64: