Skip to content

Commit

Permalink
Remove unneeded CallFrame forwards from cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Mar 20, 2012
1 parent 9c3aade commit 90488d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions vm/park.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include "builtin/thread.hpp"

namespace rubinius {
struct CallFrame;

void Park::park(STATE, CallFrame* call_frame) {
thread::Mutex::LockGuard lg(mutex_);

Expand Down
2 changes: 0 additions & 2 deletions vm/signal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "windows_compat.h"

namespace rubinius {
struct CallFrame;

static SignalHandler* handler_ = 0;
pthread_t main_thread;

Expand Down

0 comments on commit 90488d1

Please sign in to comment.