summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-02-02 19:50:32 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-02 19:50:32 -0800
commit763d5fb2f83d9c93b5b764533005865a3d1034e1 (patch)
tree8c511eaf2d552e2676e0afb4b9c4efab22933786 /src/utils.h
parentf16600bd3676f098567f723602f02dd013af178c (diff)
parent601a12302407d8199503d2cc6cc0829d5996696d (diff)
Merge "If dex2oat takes >1s, show a breakdown of where the time went." into dalvik-dev
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 7daa4f97aa..d88fa2b7c2 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -256,7 +256,6 @@ static inline uint64_t MsToNs(uint64_t ns) {
return ns * 1000 * 1000;
}
-
// Splits a string using the given delimiter character into a vector of
// strings. Empty strings will be omitted.
void Split(const std::string& s, char delim, std::vector<std::string>& result);