diff options
Diffstat (limited to 'init/util.cpp')
-rw-r--r-- | init/util.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/util.cpp b/init/util.cpp index 479179e41..2792794c5 100644 --- a/init/util.cpp +++ b/init/util.cpp @@ -374,11 +374,6 @@ void panic() { DoReboot(ANDROID_RB_RESTART2, "reboot", "bootloader", false); } -std::ostream& operator<<(std::ostream& os, const Timer& t) { - os << t.duration_s() << " seconds"; - return os; -} - // Reads the content of device tree file under kAndroidDtDir directory. // Returns true if the read is success, false otherwise. bool read_android_dt_file(const std::string& sub_path, std::string* dt_content) { |