lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
980 stars 388 forks source link

Remove unused `_hash` member from python lcmtypes #336

Closed mdonahoe closed 3 years ago

mdonahoe commented 3 years ago

_hash appears to be vestigial. _packed_fingerprint is the member that actually caches the computed lcm hash for the type.

Also, _hash is very close to python's magic __hash__ method, so this is a confusing artifact that should be removed.