Remove unused "host/Directories.h".
There's no implementation of these functions. Change-Id: Ic12286ccd1a392be32e5da67e5b7637bac4820f6
This commit is contained in:
parent
d4ff228319
commit
cd5875f716
|
@ -1,10 +0,0 @@
|
|||
#ifndef HOST_MKDIRS_H
|
||||
#define HOST_MKDIRS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string parent_dir(const std::string& path);
|
||||
|
||||
extern "C" int mkdirs(const char* path);
|
||||
|
||||
#endif // HOST_MKDIRS_H
|
Loading…
Reference in New Issue