From 9d6d20e67c72614b6c8ff0296564230f4f75caa0 Mon Sep 17 00:00:00 2001 From: Ruslan Mustakov Date: Sat, 16 Dec 2017 13:10:26 +0700 Subject: Remove get_stack_bottom It's not used in godot-nim any longer and there were no other uses for it. --- core/os/os.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/os/os.cpp') diff --git a/core/os/os.cpp b/core/os/os.cpp index 8088a6fa74..d81e70e612 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -606,10 +606,6 @@ bool OS::has_feature(const String &p_feature) { return false; } -void *OS::get_stack_bottom() const { - return _stack_bottom; -} - OS::OS() { void *volatile stack_bottom; -- cgit v1.2.3