Skip to content

Commit

Permalink
Remove unused stats instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jun 3, 2013
1 parent c727a4f commit ce6ea18
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 396 deletions.
2 changes: 0 additions & 2 deletions vm/gc/baker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#include "builtin/object.hpp"

#include "instruments/stats.hpp"

#include "object_watch.hpp"

#include "util/thread.hpp"
Expand Down
1 change: 0 additions & 1 deletion vm/gc/heap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <string.h>
#include "config.h"
#include "gc/heap.hpp"
#include "instruments/stats.hpp"
#include "util/gc_alloc.hpp"

namespace rubinius {
Expand Down
2 changes: 0 additions & 2 deletions vm/gc/immix.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "objectmemory.hpp"
#include "gc/immix.hpp"

#include "instruments/stats.hpp"

#include "capi/handles.hpp"
#include "capi/tag.hpp"
#include "object_watch.hpp"
Expand Down
2 changes: 0 additions & 2 deletions vm/gc/marksweep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include "builtin/class.hpp"
#include "builtin/symbol.hpp"

#include "instruments/stats.hpp"

#include "configuration.hpp"

#include <iostream>
Expand Down
Loading

0 comments on commit ce6ea18

Please sign in to comment.