From d3550e33148c48c4accdccb7f822701e5bea025d Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Thu, 10 Aug 2023 06:28:58 +0000 Subject: [PATCH] Remove cutils threads.h header completely. Bug: 289414897 Test: it builds Change-Id: Ifcde5849923f19f1c898a6a95811eea55be0d276 --- libcutils/include/cutils/threads.h | 15 --------------- libcutils/include_outside_system/cutils/threads.h | 1 - 2 files changed, 16 deletions(-) delete mode 100644 libcutils/include/cutils/threads.h delete mode 120000 libcutils/include_outside_system/cutils/threads.h 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