Fix linker error
This commit is contained in:
@@ -29,7 +29,6 @@ IoUringAssemblyEngine::IoUringAssemblyEngine()
|
||||
desc(nullptr), frameBase(nullptr), frameStrideBytes(0),
|
||||
timeoutMs(15), frameIndex(0)
|
||||
{}
|
||||
IoUringAssemblyEngine::~IoUringAssemblyEngine() = default;
|
||||
|
||||
bool IoUringAssemblyEngine::setSocketFromDevice(const std::shared_ptr<livoxProto1::Device>& device) {
|
||||
if (!device) return false;
|
||||
|
||||
Reference in New Issue
Block a user