Disable not found function printing (closes #18)
This commit is contained in:
parent
b39665f81a
commit
b93654e39d
1 changed files with 0 additions and 3 deletions
|
@ -85,9 +85,6 @@ class FuncLoader
|
||||||
else
|
else
|
||||||
ret = Linux.dlsym(library, function);
|
ret = Linux.dlsym(library, function);
|
||||||
|
|
||||||
if (ret == IntPtr.Zero)
|
|
||||||
Console.WriteLine("[WARNING] Function not found: " + function);
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue