Kill dead code

TBR

Review URL: https://codereview.chromium.org//76533003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30421 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
johnmccutchan@google.com 2013-11-19 19:21:36 +00:00
parent 31989f3b4d
commit 19e47f3535

View file

@ -55,11 +55,6 @@ static void ComputeTimeSpecMicros(struct timespec* ts, int64_t micros) {
}
static void ComputeTimeSpec(struct timespec* ts, int64_t millis) {
ComputeTimeSpec(ts, millis * kMicrosecondsPerMillisecond);
}
class ThreadStartData {
public:
ThreadStartData(Thread::ThreadStartFunction function,