You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Removed unnecessary assignments
This commit is contained in:
@@ -247,9 +247,8 @@ bool GDNative::terminate() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Error error = OK;
|
||||
void *library_terminate;
|
||||
error = OS::get_singleton()->get_dynamic_library_symbol_handle(
|
||||
Error error = OS::get_singleton()->get_dynamic_library_symbol_handle(
|
||||
native_handle,
|
||||
terminate_symbol,
|
||||
library_terminate);
|
||||
|
||||
Reference in New Issue
Block a user