From d641782c823317a2d2f64d646a0d5b8b6c22b771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Jun 2019 19:35:51 +0200 Subject: Rewrite snapshot_creator in Rust --- core/libdeno/file_util.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 core/libdeno/file_util.h (limited to 'core/libdeno/file_util.h') diff --git a/core/libdeno/file_util.h b/core/libdeno/file_util.h deleted file mode 100644 index 0177f2c94..000000000 --- a/core/libdeno/file_util.h +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -#ifndef FILE_UTIL_H_ -#define FILE_UTIL_H_ - -#include - -namespace deno { -bool ReadFileToString(const char* fn, std::string* contents); -std::string Basename(std::string const& filename); -std::string Dirname(std::string const& filename); -bool ExePath(std::string* path); -} // namespace deno - -#endif // FILE_UTIL_H_ -- cgit v1.2.3