diff --git a/library/lib/platforms/psv/psv_platform.cpp b/library/lib/platforms/psv/psv_platform.cpp index 15351e58..288d5393 100644 --- a/library/lib/platforms/psv/psv_platform.cpp +++ b/library/lib/platforms/psv/psv_platform.cpp @@ -27,13 +27,6 @@ limitations under the License. #include #include -extern "C" -{ - unsigned int _newlib_heap_size_user = 220 * 1024 * 1024; - unsigned int sceLibcHeapSize = 24 * 1024 * 1024; - unsigned int _pthread_stack_default_user = 2 * 1024 * 1024; -} - namespace brls {