mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[shared] Remove useless method wrongly implemented
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user