From b7659613b2eed5df47e3e7ec536012772cc08b61 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 18 Aug 2014 10:47:37 -0700 Subject: Remove androidGetTid. Bug: 17048545 Change-Id: I93cbb2d7bd18d506b5f5f7f262dd9ac0fca053b4 --- libutils/Threads.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libutils') diff --git a/libutils/Threads.cpp b/libutils/Threads.cpp index b09d510..03fde97 100644 --- a/libutils/Threads.cpp +++ b/libutils/Threads.cpp @@ -306,15 +306,6 @@ void androidSetCreateThreadFunc(android_create_thread_fn func) gCreateThreadFn = func; } -pid_t androidGetTid() -{ -#ifdef HAVE_GETTID - return gettid(); -#else - return getpid(); -#endif -} - #ifdef HAVE_ANDROID_OS int androidSetThreadPriority(pid_t tid, int pri) { -- cgit v1.1