We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93431e0 commit acf93f3Copy full SHA for acf93f3
Source/Onix1.h
@@ -84,8 +84,6 @@ namespace OnixSourcePlugin
84
template <typename opt_t>
85
int getOption(int option, opt_t* value)
86
{
87
- const ScopedLock lock(registerLock);
88
-
89
size_t len = sizeof(opt_t);
90
int rc = get_opt_(option, value, &len);
91
return rc;
0 commit comments