libbe_build: Fix build on non-Haiku platforms.

Probably should have tested that before pushing.
This commit is contained in:
Augustin Cavalier
2021-11-18 15:42:17 -05:00
parent ec21dc91b1
commit 9cc1718212
3 changed files with 0 additions and 19 deletions
-2
View File
@@ -36,8 +36,6 @@ class BDirectory : public BNode, public BEntryList {
status_t GetEntry(BEntry *entry) const;
bool IsRootDirectory() const;
status_t FindEntry(const char *path, BEntry *entry,
bool traverse = false) const;