Skip to content

Commit

Permalink
remove init includes
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 24, 2024
1 parent b04f641 commit 29e82ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/xinterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 29e82ee

Please sign in to comment.