summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2016-06-23 17:09:13 +0100
committer Calin Juravle <calin@google.com> 2016-06-28 14:01:25 +0100
commitbe84b59e802d9176a9b60b040e0be6bda54e958a (patch)
tree9a4fd41bef42a5487581244f74c4c41f6abd2730 /compiler/driver/compiler_driver.cc
parent9822f6b81f7e8cb31d6ff8a1b60fe15fa9d439a8 (diff)
Remove the old obsolete profiler
Bug: 24698874 Test: all the existing run-tests pass. Change-Id: I56d25c75541275512a64ae5708569461b875df9c
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 131be37a33..a3e7efa559 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -47,7 +47,6 @@
#include "driver/compiler_options.h"
#include "jni_internal.h"
#include "object_lock.h"
-#include "profiler.h"
#include "runtime.h"
#include "gc/accounting/card_table-inl.h"
#include "gc/accounting/heap_bitmap.h"