TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 221 forks source link

Remove an unnecessary null pointer check #88

Closed elfring closed 8 years ago

elfring commented 8 years ago

An extra null pointer check is not needed in the destructor for the class "ManagedClass".

ghost commented 8 years ago

Creating a pull request for this is easier

KevinW1998 commented 8 years ago

The CLI version will be rewritten anyway at some point, so there is no need to focus on the CLI version.

TheCherno commented 8 years ago

SparkyCLI will indeed be re-written, and this is really stale code.