Skip to content

Commit

Permalink
Rubinius doesn't need to call ruby_init_setproctitle from MRI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jan 2, 2013
1 parent 44018e5 commit eaaaa24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vm/environment.cpp
Expand Up @@ -445,8 +445,6 @@ namespace rubinius {

state->vm()->set_const("ARGV", ary);

ruby_init_setproctitle(argc, argv);

// Now finish up with the config
if(config.print_config > 1) {
std::cout << "========= Configuration =========\n";
Expand Down

0 comments on commit eaaaa24

Please sign in to comment.