Drop unrelated change

This commit is contained in:
Alexander Richardson
2024-05-01 18:00:09 +01:00
committed by GitHub
parent bb4c13143c
commit aa2fade12e

View File

@@ -649,8 +649,6 @@ BaseSemihosting::FileBase::flen()
return -EINVAL;
}
static const std::vector<uint8_t> features;
BaseSemihosting::FileFeatures::
FileFeatures(BaseSemihosting &_parent, const char *_name, const char *_mode) :
FileBase(_parent, _name, _mode)