OSDN Git Service

ART: Fix mac build
authorAndreas Gampe <agampe@google.com>
Thu, 14 Aug 2014 02:54:09 +0000 (19:54 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 14 Aug 2014 16:03:21 +0000 (09:03 -0700)
commit564f58305961986591ccb2fff04b9ccdd430a6db
tree4afabf8903368bcfdf2e2301258682be071e5cfb
parentc483a73cc2f9d63c1b6bccd1007117cf0d6dcd56
ART: Fix mac build

is_main_thread is unused in the case of a mac.

Bug: 15435566

(cherry picked from commit 7b1bf42dbc765524d54d45a70cb7eb1cccf0c617)

Change-Id: I9848d0156a4903ce73d20b5ce282b61ceb3039ff
runtime/thread.cc