1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file

Remove unimplemented `OS.dump_memory_to_file()` method
This commit is contained in:
Rémi Verschelde
2022-08-25 20:55:30 +02:00
committed by GitHub
5 changed files with 0 additions and 19 deletions

View File

@@ -186,10 +186,6 @@ void OS::set_stderr_enabled(bool p_enabled) {
_stderr_enabled = p_enabled;
}
void OS::dump_memory_to_file(const char *p_file) {
//Memory::dump_static_mem_to_file(p_file);
}
static Ref<FileAccess> _OSPRF;
static void _OS_printres(Object *p_obj) {