We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953e8aa commit c89eac9Copy full SHA for c89eac9
src/main.cpp
@@ -59,10 +59,8 @@ int main(int argc, char* argv[])
59
#endif
60
signal(SIGINT, xcpp::stop_handler);
61
62
- std::string file_name = xeus::extract_filename(argc, argv);
63
-
64
interpreter_ptr interpreter = xcpp::build_interpreter(argc, argv);
65
+ std::string file_name = xeus::extract_filename(argc, argv);
66
std::unique_ptr<xeus::xcontext> context = xeus::make_zmq_context();
67
68
if (!file_name.empty())
0 commit comments