blob: 4b5eab7c5ac273ab09e248a0bdaabae85af784cd [file] [log] [blame]
Ian Rogersb033c752011-07-20 12:22:35 -07001// Copyright 2011 Google Inc. All Rights Reserved.
2
3#include "src/macros.h"
4#include "src/thread.h"
5
6namespace art {
7
8void Thread::InitCpu() {
9}
10
11} // namespace art