Skip to content
Commit 21701e62 authored by Laurent Montel's avatar Laurent Montel
Browse files

const'ify. Minor optimization. if (foo) delete foo => delete foo, C++ is able...

const'ify. Minor optimization. if (foo) delete foo => delete foo, C++ is able to delete null pointer
parent a48e2317
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment