Skip to content

Commit

Permalink
Remove deprecated print message
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Mar 6, 2024
1 parent 591d25c commit cb7a994
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/xhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ namespace xeus
return kernel_info;
}

std::string print_starting_message(const xconfiguration& config)
{
return get_starting_message(config);
}

std::string extract_filename(int argc, char* argv[])
{
std::string res = "";
Expand Down

0 comments on commit cb7a994

Please sign in to comment.