Skip to content
Snippets Groups Projects
Commit 5d7e9b69 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

Revert "added always-throwing implementation for ScalarAccessor::readAsync()"

This reverts commit 4f2b35be.

Was actually used and tested.
parent 99f66ae6
No related branches found
No related tags found
No related merge requests found
......@@ -68,11 +68,6 @@ namespace ChimeraTK {
return dataLoss;
}
TransferFuture readAsync() {
throw ChimeraTK::logic_error("ScalarAccessor::readAsync() is currently not "
"supported by ApplicationCore!");
}
protected:
friend class InversionOfControlAccessor<ScalarAccessor<UserType>>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment