mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Remove old sequence checker header
Bug: webrtc:12419 Change-Id: I5f43e33ab0c23e79d7fcc8e2f8081dd4b5f350e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/206807 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33247}
This commit is contained in:
parent
e71b55fb27
commit
1ba1fc9598
3 changed files with 0 additions and 17 deletions
|
@ -799,7 +799,6 @@ rtc_library("threading") {
|
|||
"../api:sequence_checker",
|
||||
"../api/task_queue",
|
||||
"synchronization:mutex",
|
||||
"synchronization:sequence_checker",
|
||||
"system:no_unique_address",
|
||||
"system:rtc_export",
|
||||
"task_utils:pending_task_safety_flag",
|
||||
|
|
|
@ -44,11 +44,6 @@ rtc_library("mutex") {
|
|||
}
|
||||
}
|
||||
|
||||
rtc_source_set("sequence_checker") {
|
||||
sources = [ "sequence_checker.h" ]
|
||||
deps = [ "../../api:sequence_checker" ]
|
||||
}
|
||||
|
||||
rtc_library("sequence_checker_internal") {
|
||||
visibility = [ "../../api:sequence_checker" ]
|
||||
sources = [
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "api/sequence_checker.h"
|
Loading…
Reference in a new issue