[shared] Remove useless method wrongly implemented

This commit is contained in:
Émilie Feral
2018-10-24 10:33:11 +02:00
parent 1f890c7852
commit 51208f0edc
2 changed files with 0 additions and 8 deletions

View File

@@ -28,11 +28,6 @@ bool StorageFunction::BaseNameCompliant(const char * baseName) {
return true;
}
uint32_t StorageFunction::checksum() {
assert(!isNull());
return checksum();
}
bool StorageFunction::isActive() const {
return recordData()->isActive();
}