From 63af828a1baa96d67214861d7164b31c68b1f013 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Thu, 23 Aug 2018 09:52:35 +0200 Subject: [PATCH] Remove old sigslot.h header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be landed after 22th Aug 2018 Bug: webrtc:8366 Change-Id: Icaf758cbbb31ec843f5ee85d65963271a98fead0 Reviewed-on: https://webrtc-review.googlesource.com/90412 Commit-Queue: Artem Titov Reviewed-by: Patrik Höglund Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#24397} --- rtc_base/BUILD.gn | 1 - rtc_base/sigslot.h | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 rtc_base/sigslot.h diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 6b34ade8d4..e8a72c7824 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -804,7 +804,6 @@ rtc_static_library("rtc_base_generic") { "rtccertificategenerator.h", "signalthread.cc", "signalthread.h", - "sigslot.h", "sigslotrepeater.h", "socket.cc", "socket.h", diff --git a/rtc_base/sigslot.h b/rtc_base/sigslot.h deleted file mode 100644 index 51ab9d758c..0000000000 --- a/rtc_base/sigslot.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright 2018 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. - */ - -// This is a temporary header file to move origin header from this location -// to specified in include. Don't use this header directly, use included one -// instead. -#include "rtc_base/third_party/sigslot/sigslot.h"