Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd5875f7 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove unused "host/Directories.h".

There's no implementation of these functions.

Change-Id: Ic12286ccd1a392be32e5da67e5b7637bac4820f6
parent d4ff2283
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
#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