Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vm/environment.cpp
Original file line number Diff line number Diff line change
@@ -503,8 +503,6 @@ namespace rubinius {

void Environment::remove_fsapi(STATE) {
if(rmdir(shared->fsapi_path.c_str()) < 0) {
std::cerr << "environment: remove_fsapi: error" << std::endl;
sleep(60);
utilities::logger::error("%s: unable to remove FSAPI path", strerror(errno));
}
}

0 comments on commit c8dde0e

Please sign in to comment.