Skip to content
7 changes: 0 additions & 7 deletions tests/std/include/test_filesystem_support.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

#pragma once

#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING

#include <algorithm>
#include <experimental/filesystem>
#include <filesystem>
#include <iterator>
#include <random>
Expand All @@ -23,10 +20,6 @@ std::string get_test_directory_subname(const T& testName) {
return subName;
}

inline std::experimental::filesystem::path get_experimental_test_directory(const char* const testName) {
return std::experimental::filesystem::temp_directory_path() / get_test_directory_subname(testName);
}

#if _HAS_CXX17
#include <string_view>

Expand Down
Loading