From 7adb4748f5e8a1a59caadbabf8e7b898992ea45a Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 26 Mar 2021 20:56:30 +0100 Subject: [PATCH] Remove dependency lines-are-beautiful. Very beautiful but I don't need this right now. --- .gitmodules | 3 --- CMakeLists.txt | 2 -- lib/lines-are-beautiful | 1 - main.cpp | 6 ------ 4 files changed, 12 deletions(-) delete mode 160000 lib/lines-are-beautiful diff --git a/.gitmodules b/.gitmodules index ab8774b..130d783 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "lib/lines-are-beautiful"] - path = lib/lines-are-beautiful - url = https://github.com/ax3l/lines-are-beautiful.git [submodule "lib/simdjson"] path = lib/simdjson url = https://github.com/simdjson/simdjson.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f285432..7039211 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) project(remarkable_tool LANGUAGES CXX VERSION 1.0.0) -add_subdirectory("lib/lines-are-beautiful") add_subdirectory("lib/simdjson") add_executable(${PROJECT_NAME} @@ -9,7 +8,6 @@ add_executable(${PROJECT_NAME} ) target_link_libraries(${PROJECT_NAME} - PRIVATE Rmlab::Rmlab PRIVATE simdjson ) diff --git a/lib/lines-are-beautiful b/lib/lines-are-beautiful deleted file mode 160000 index 55696bc..0000000 --- a/lib/lines-are-beautiful +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55696bc76a6d162f96eb650df400aec3bd1b1b1e diff --git a/main.cpp b/main.cpp index b532954..04f7dd0 100644 --- a/main.cpp +++ b/main.cpp @@ -16,7 +16,6 @@ */ #include -#include #include #include #include @@ -219,11 +218,6 @@ std::vector make_dele_list (const Node& tree) { int main() { using std::string_view; - //rmlab::Notebook doc(BASE_PATH "a4bcfe83-a91d-485b-b27c-2a06aa287641"); - //rmlab::Notebook doc(BASE_PATH "aa90b0e7-5c1a-42fe-930f-dad9cf3363cc"); - - //std::cout << "Document version: " << doc.version << '\n'; - auto notebooks = build_notebook_infos(BASE_PATH); //naive linear delete