Fixing build.
This commit is contained in:
parent
b663b615bf
commit
a1c7a13162
|
@ -21,7 +21,6 @@ Device::~Device() = default;
|
||||||
void Device::Dump(StringBuffer* string_buffer) {
|
void Device::Dump(StringBuffer* string_buffer) {
|
||||||
root_entry_->Dump(string_buffer, 0);
|
root_entry_->Dump(string_buffer, 0);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Entry* Device::ResolvePath(const char* path) {
|
Entry* Device::ResolvePath(const char* path) {
|
||||||
// The filesystem will have stripped our prefix off already, so the path will
|
// The filesystem will have stripped our prefix off already, so the path will
|
||||||
|
|
Loading…
Reference in New Issue