summaryrefslogtreecommitdiff
path: root/libcutils
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2023-08-10 06:28:58 +0000
committerTomasz Wasilczyk <twasilczyk@google.com>2023-08-10 15:12:05 +0000
commitd3550e33148c48c4accdccb7f822701e5bea025d (patch)
tree8f4487b8d8da27a12c017addfb051aaaaeed4d2d /libcutils
parent0c0dafae8d411b804564a19af628bb6ddebb56e8 (diff)
downloadcore-d3550e33148c48c4accdccb7f822701e5bea025d.tar.gz
Remove cutils threads.h header completely.
Bug: 289414897 Test: it builds Change-Id: Ifcde5849923f19f1c898a6a95811eea55be0d276
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/include/cutils/threads.h15
l---------libcutils/include_outside_system/cutils/threads.h1
2 files changed, 0 insertions, 16 deletions
diff --git a/libcutils/include/cutils/threads.h b/libcutils/include/cutils/threads.h
deleted file mode 100644
index 9bc3429be..000000000
--- a/libcutils/include/cutils/threads.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (C) 2007 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
diff --git a/libcutils/include_outside_system/cutils/threads.h b/libcutils/include_outside_system/cutils/threads.h
deleted file mode 120000
index 99330ffad..000000000
--- a/libcutils/include_outside_system/cutils/threads.h
+++ /dev/null
@@ -1 +0,0 @@
-../../include/cutils/threads.h \ No newline at end of file