From 82f63501cf2d2ae19a6d3eeea1a90d1c996d5d25 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Thu, 13 Apr 2023 02:01:22 +0200 Subject: [PATCH] Remove temporary header Bug: b/272350185 Change-Id: Iea5095b4d1b48f3fdca74b60c29e2e29562b4b07 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301160 Commit-Queue: Artem Titov Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#39842} --- test/BUILD.gn | 1 - test/frame_generator_capturer_tmp.h | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 test/frame_generator_capturer_tmp.h diff --git a/test/BUILD.gn b/test/BUILD.gn index 6e04015619..b1f1b98b2a 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -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", diff --git a/test/frame_generator_capturer_tmp.h b/test/frame_generator_capturer_tmp.h deleted file mode 100644 index 69e0cf58da..0000000000 --- a/test/frame_generator_capturer_tmp.h +++ /dev/null @@ -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_