From 29e82ee3c13716afa1a64201590d603236179ce3 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Tue, 24 Dec 2024 10:27:26 +0530 Subject: [PATCH] remove init includes --- src/xinterpreter.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/xinterpreter.cpp b/src/xinterpreter.cpp index 012a454d..cc27be25 100644 --- a/src/xinterpreter.cpp +++ b/src/xinterpreter.cpp @@ -116,7 +116,6 @@ __get_cxx_version () createInterpreter(Args(argv ? argv + 1 : argv, argv + argc)); m_version = get_stdopt(); redirect_output(); - init_includes(); init_preamble(); init_magic(); } @@ -361,13 +360,6 @@ __get_cxx_version () publish_stream("stderr", s); } - void interpreter::init_includes() - { -#ifndef EMSCRIPTEN - Cpp::AddIncludePath((xeus::prefix_path() + "/include/").c_str()); -#endif - } - void interpreter::init_preamble() { //NOLINTBEGIN(cppcoreguidelines-owning-memory)