removing stuff from destructor since its not a vector of computers

This commit is contained in:
amerhifi 2019-05-16 16:40:16 -07:00
parent 3b448ce1fe
commit 027583cddc

View file

@ -71,8 +71,4 @@ Instance::~Instance() {
if (_display.size() > 0) {
_display.clear();
}
if(_computer.size()>0){
_computer.clear();
}
}