summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2023-11-27 11:25:14 -0800
committerYabin Cui <yabinc@google.com>2023-11-27 11:25:14 -0800
commitf6c72dc161e3337fb7b1afca63b62af517f272b9 (patch)
tree7081d0bfce210469cdf0eea4090e363b020f12f1
parentc38d95e3956ceb313631a7c40e88929fe68cd49d (diff)
downloadextras-f6c72dc161e3337fb7b1afca63b62af517f272b9.tar.gz
simpleperf: Remove unused variable
Bug: none Test: build Change-Id: I618dd773cab10da8ee20adf445922ce2910c18d3
-rw-r--r--simpleperf/IOEventLoop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/IOEventLoop.h b/simpleperf/IOEventLoop.h
index f47fa3d3..cc5c9bfd 100644
--- a/simpleperf/IOEventLoop.h
+++ b/simpleperf/IOEventLoop.h
@@ -100,7 +100,6 @@ class IOEventLoop {
event_base* ebase_;
std::vector<std::unique_ptr<IOEvent>> events_;
bool has_error_;
- bool use_precise_timer_;
bool in_loop_;
};