mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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:
parent
31989f3b4d
commit
19e47f3535
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
class ThreadStartData {
|
||||||
public:
|
public:
|
||||||
ThreadStartData(Thread::ThreadStartFunction function,
|
ThreadStartData(Thread::ThreadStartFunction function,
|
||||||
|
|
Loading…
Reference in a new issue