From 39a22380a3332e7417647174dde224a4eda8ceb5 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 27 Sep 2024 13:46:43 +0000 Subject: [PATCH] Remove default_neteq_factory.h backwards compatible header. Bug: None Change-Id: I5935ce49d584ee03bbb8118edfc0abf46c9728e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/363943 Commit-Queue: Henrik Lundin Auto-Submit: Mirko Bonadei Reviewed-by: Henrik Lundin Cr-Commit-Position: refs/heads/main@{#43103} --- modules/audio_coding/BUILD.gn | 6 ------ .../audio_coding/neteq/default_neteq_factory.h | 16 ---------------- 2 files changed, 22 deletions(-) delete mode 100644 modules/audio_coding/neteq/default_neteq_factory.h diff --git a/modules/audio_coding/BUILD.gn b/modules/audio_coding/BUILD.gn index 8a882debaf..c77719a135 100644 --- a/modules/audio_coding/BUILD.gn +++ b/modules/audio_coding/BUILD.gn @@ -731,12 +731,6 @@ rtc_library("neteq") { ] } -rtc_source_set("default_neteq_factory") { - visibility += webrtc_default_visibility - sources = [ "neteq/default_neteq_factory.h" ] - deps = [ "../../api/neteq:default_neteq_factory" ] -} - # Although providing only test support, this target must be outside of the # rtc_include_tests conditional. The reason is that it supports fuzzer tests # that ultimately are built and run as a part of the Chromium ecosystem, which diff --git a/modules/audio_coding/neteq/default_neteq_factory.h b/modules/audio_coding/neteq/default_neteq_factory.h deleted file mode 100644 index 103361dab1..0000000000 --- a/modules/audio_coding/neteq/default_neteq_factory.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 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. - */ - -#ifndef MODULES_AUDIO_CODING_NETEQ_DEFAULT_NETEQ_FACTORY_H_ -#define MODULES_AUDIO_CODING_NETEQ_DEFAULT_NETEQ_FACTORY_H_ - -#include "api/neteq/default_neteq_factory.h" - -#endif // MODULES_AUDIO_CODING_NETEQ_DEFAULT_NETEQ_FACTORY_H_