Skip to content

Commit 3fe6ee8

Browse files
committed
Update main.cpp
1 parent cd8f4ff commit 3fe6ee8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ int main(int argc, char* argv[])
5858
#endif
5959
signal(SIGINT, xcpp::stop_handler);
6060

61-
std::string file_name = xeus::extract_filename(argc, argv);
62-
6361
interpreter_ptr interpreter = xcpp::build_interpreter(argc, argv);
64-
62+
std::string file_name = xeus::extract_filename(argc, argv);
6563
std::unique_ptr<xeus::xcontext> context = xeus::make_zmq_context();
6664

6765
if (!file_name.empty())

0 commit comments

Comments
 (0)