1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Keep a single, portable implementation of OS::get_processor_count()

This commit is contained in:
Pedro J. Estébanez
2022-08-24 09:50:33 +02:00
parent d331b803b8
commit 6bf02c0162
5 changed files with 2 additions and 19 deletions

View File

@@ -84,8 +84,6 @@ public:
virtual bool set_environment(const String &p_var, const String &p_value) const override;
virtual String get_locale() const override;
virtual int get_processor_count() const override;
virtual void initialize_debugging() override;
virtual String get_executable_path() const override;