Remove temporary header

Bug: b/272350185
Change-Id: Iea5095b4d1b48f3fdca74b60c29e2e29562b4b07
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301160
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39842}
This commit is contained in:
Artem Titov 2023-04-13 02:01:22 +02:00 committed by WebRTC LUCI CQ
parent ec2670e631
commit 82f63501cf
2 changed files with 0 additions and 17 deletions

View File

@ -132,7 +132,6 @@ rtc_library("frame_generator_capturer") {
sources = [
"frame_generator_capturer.cc",
"frame_generator_capturer.h",
"frame_generator_capturer_tmp.h",
]
deps = [
":fileutils",

View File

@ -1,16 +0,0 @@
/*
* Copyright (c) 2023 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 TEST_FRAME_GENERATOR_CAPTURER_TMP_H_
#define TEST_FRAME_GENERATOR_CAPTURER_TMP_H_
#include "test/frame_generator_capturer.h"
#endif // TEST_FRAME_GENERATOR_CAPTURER_TMP_H_