Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Oct 17, 2024
1 parent 953e8aa commit c89eac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ int main(int argc, char* argv[])
#endif
signal(SIGINT, xcpp::stop_handler);

std::string file_name = xeus::extract_filename(argc, argv);

interpreter_ptr interpreter = xcpp::build_interpreter(argc, argv);

std::string file_name = xeus::extract_filename(argc, argv);
std::unique_ptr<xeus::xcontext> context = xeus::make_zmq_context();

if (!file_name.empty())
Expand Down

0 comments on commit c89eac9

Please sign in to comment.