diff --git a/src/shapevl/ShapevlMain.cpp b/src/shapevl/ShapevlMain.cpp index 6be9856..81f1f77 100644 --- a/src/shapevl/ShapevlMain.cpp +++ b/src/shapevl/ShapevlMain.cpp @@ -8,8 +8,6 @@ #include #include #include -#include -#include #include #include "ad/cppgtfs/Parser.h" #include "shapevl/Collector.h" @@ -81,13 +79,6 @@ int main(int argc, char** argv) { // initialize randomness srand(time(NULL) + rand()); // NOLINT - // increase max stack size for frechet distance calc - - struct rlimit rl; - getrlimit(RLIMIT_STACK, &rl); - - std::cout << rl.rlim_max << std::endl; - std::string groundTruthFeedPath, motStr; motStr = "all"; ad::cppgtfs::gtfs::Feed groundTruthFeed;