From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../tools/clang/plugins/tests/missing_ctor.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 third_party/libwebrtc/tools/clang/plugins/tests/missing_ctor.h (limited to 'third_party/libwebrtc/tools/clang/plugins/tests/missing_ctor.h') diff --git a/third_party/libwebrtc/tools/clang/plugins/tests/missing_ctor.h b/third_party/libwebrtc/tools/clang/plugins/tests/missing_ctor.h deleted file mode 100644 index 1050457a1a..0000000000 --- a/third_party/libwebrtc/tools/clang/plugins/tests/missing_ctor.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef MISSING_CTOR_H_ -#define MISSING_CTOR_H_ - -#include -#include - -class MissingCtorsArentOKInHeader { - public: - - private: - std::vector one_; - std::vector two_; -}; - -#endif // MISSING_CTOR_H_ -- cgit v1.2.3