summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-27 17:59:19 (GMT)
committerEvan Martin <martine@danga.com>2012-07-27 17:59:19 (GMT)
commitf7a22e3bc97fdeb87d930b7734680c481c6010bf (patch)
tree3e1e2df7ad9b7168a6f6ba17902e9141b957e8be /src/util.h
parent34fdf02dd57fc7b92e61eeee2c2e6e031ed14477 (diff)
parent5d120a0ae4b139761d731d6d0bd70a92aee0fc61 (diff)
downloadNinja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.zip
Ninja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.tar.gz
Ninja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.tar.bz2
Merge pull request #351 from syntheticpp/rate
print edges per second
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.h b/src/util.h
index 3192ded..5caf644 100644
--- a/src/util.h
+++ b/src/util.h
@@ -52,11 +52,6 @@ int ReadFile(const string& path, string* contents, string* err);
/// Mark a file descriptor to not be inherited on exec()s.
void SetCloseOnExec(int fd);
-/// Get the current time as relative to some epoch.
-/// Epoch varies between platforms; only useful for measuring elapsed
-/// time.
-int64_t GetTimeMillis();
-
/// Given a misspelled string and a list of correct spellings, returns
/// the closest match or NULL if there is no close enough match.
const char* SpellcheckStringV(const string& text, const vector<const char*>& words);