summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 0c5de4eedf..a87e1c136b 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -28,7 +28,6 @@
#include "arch/instruction_set.h"
#include "base/macros.h"
-#include "base/mutex.h"
#include "dex_file_types.h"
#include "experimental_flags.h"
#include "gc_root.h"
@@ -40,7 +39,6 @@
#include "offsets.h"
#include "process_state.h"
#include "quick/quick_method_frame_info.h"
-#include "runtime_callbacks.h"
#include "runtime_stats.h"
#include "safe_map.h"
@@ -662,10 +660,6 @@ class Runtime {
void AttachAgent(const std::string& agent_arg);
- RuntimeCallbacks& GetRuntimeCallbacks() {
- return callbacks_;
- }
-
private:
static void InitPlatformSignalHandlers();
@@ -923,8 +917,6 @@ class Runtime {
ClassHierarchyAnalysis* cha_;
- RuntimeCallbacks callbacks_;
-
DISALLOW_COPY_AND_ASSIGN(Runtime);
};
std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);