Remove unused "host/Directories.h".

There's no implementation of these functions.

Change-Id: Ic12286ccd1a392be32e5da67e5b7637bac4820f6
This commit is contained in:
Elliott Hughes 2015-07-28 07:49:02 -07:00
parent d4ff228319
commit cd5875f716
1 changed files with 0 additions and 10 deletions

View File

@ -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