Remove filesystem from wrapper.

It was a leftover from an obsolete feature.
This commit is contained in:
tastytea 2019-09-22 22:04:35 +02:00
parent 7ac7bd2edb
commit d5b07b51c7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 5 deletions

View File

@ -2,8 +2,6 @@ set(INSTALL_MOZILLA_NMH_DIR "${CMAKE_INSTALL_PREFIX}/${MOZILLA_NMH_DIR}")
add_executable(${PROJECT_NAME}_wrapper ${PROJECT_NAME}_wrapper.cpp)
target_link_libraries(${PROJECT_NAME}_wrapper PRIVATE stdc++fs)
install(TARGETS ${PROJECT_NAME}_wrapper DESTINATION ${MOZILLA_NMH_DIR})
configure_file("${PROJECT_NAME}.json.in"

View File

@ -16,7 +16,6 @@
#include <string>
#include <iostream>
#include <experimental/filesystem>
#include <cstdint>
#include <cstdlib>
#include <cstring>
@ -28,8 +27,6 @@ using std::cout;
using std::uint32_t;
using std::system;
namespace fs = std::experimental::filesystem;
const string read_input()
{
// Read message length.