From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- libcommon/tempfile.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libcommon/tempfile.h (limited to 'libcommon/tempfile.h') diff --git a/libcommon/tempfile.h b/libcommon/tempfile.h deleted file mode 100644 index b9839a7..0000000 --- a/libcommon/tempfile.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include - -class Tempfile -{ - std::filesystem::path m_path; - - public: - std::filesystem::path GetPath() const; - - // extension: e.g. ".zip" - Tempfile(const std::filesystem::path& extension = std::filesystem::path{}); - ~Tempfile(); - }; - - -- cgit v1.2.3