| If you don't need a destructor, don't use one. If you're not sure whether or not you need one right now, then you probably don't need one.
(If you're not using the 'new' or 'delete' keywords anywhere, then thats usually a sign that you don't need a destructor). |