Skip to content

Commit

Permalink
Revert "Another Travis test."
Browse files Browse the repository at this point in the history
This reverts commit a0a7287.
  • Loading branch information
brixen committed Jun 7, 2016
1 parent 3e92ea5 commit 55439d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions machine/builtin/fiber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ namespace rubinius {

void Fiber::finalize(STATE, Fiber* fib) {
#ifdef RBX_FIBER_ENABLED
// Debugging Travis CI run.
return;

logger::write("finalizer: fiber: %ld", (intptr_t)fib);

if(!fib->data()) return;
Expand Down

0 comments on commit 55439d5

Please sign in to comment.