summaryrefslogtreecommitdiff
path: root/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2024-01-12 22:08:39 +0000
committerKrzysztof Kosiński <krzysio@google.com>2024-01-12 22:16:56 +0000
commit6f56677b3f8b18c6e63c5779bf3dceea75685c12 (patch)
treefb22bbbde0c615b678d2d293a510e985be516a0f /abseil-cpp/absl/synchronization/internal/create_thread_identity.h
parent2d1fbf685c945f8513d1dece20f3a967d766134b (diff)
downloadlibtextclassifier-6f56677b3f8b18c6e63c5779bf3dceea75685c12.tar.gz
Upgrade the guerrilla import of ABSL.
Accomplished by deleting everything other than Android.bp, copying and pasting all files from external/abseil-cpp, then removing the unnecessary package-level files. Bug: 246681282 Test: mm, presubmit Change-Id: Id227c437995a7b867748f4d1d680293cb0038487
Diffstat (limited to 'abseil-cpp/absl/synchronization/internal/create_thread_identity.h')
-rw-r--r--abseil-cpp/absl/synchronization/internal/create_thread_identity.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/abseil-cpp/absl/synchronization/internal/create_thread_identity.h b/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
index e121f68..4cfde09 100644
--- a/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
+++ b/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
@@ -36,10 +36,6 @@ namespace synchronization_internal {
// For private use only.
base_internal::ThreadIdentity* CreateThreadIdentity();
-// A per-thread destructor for reclaiming associated ThreadIdentity objects.
-// For private use only.
-void ReclaimThreadIdentity(void* v);
-
// Returns the ThreadIdentity object representing the calling thread; guaranteed
// to be unique for its lifetime. The returned object will remain valid for the
// program's lifetime; although it may be re-assigned to a subsequent thread.