microsoft / LightLDA

Scalable, fast, and lightweight system for large-scale topic modeling
http://www.dmtk.io
MIT License
842 stars 234 forks source link

Remove unnecessary null pointer checks #2

Closed elfring closed 8 years ago

elfring commented 8 years ago

Extra null pointer checks are not needed in a function like "AliasTable::Clear".

feiga commented 8 years ago

Fixed, thanks!

elfring commented 8 years ago

Thanks for your small source code improvement.