The Big Refactoring of 2019: configuration version should not be a global variable #656

This commit is contained in:
rusefi 2019-04-15 21:06:48 -04:00
parent 49841f1adb
commit c8766d901d
2 changed files with 0 additions and 5 deletions

View File

@ -7,9 +7,6 @@
#include "local_version_holder.h"
LocalVersionHolder::LocalVersionHolder() {
}
int LocalVersionHolder::getVersion() {
return localVersion;
}

View File

@ -15,8 +15,6 @@
*/
class LocalVersionHolder {
public:
LocalVersionHolder();
/**
* Calling this method changes the internal state of the class - each consumer interested in tracking
* changes should have it's own instance of this class