From 30e5b260266b91a5545fc8cfe7add67939ce2bcb Mon Sep 17 00:00:00 2001 From: Fredrik Solenberg Date: Thu, 30 Nov 2017 09:54:23 +0100 Subject: [PATCH] Remove voice_engine_defines.h Bug: webrtc:4690 Change-Id: I98499c05ff95c80311c5db742b0e3076604888c8 Reviewed-on: https://webrtc-review.googlesource.com/26023 Commit-Queue: Fredrik Solenberg Reviewed-by: Oskar Sundbom Cr-Commit-Position: refs/heads/master@{#20949} --- voice_engine/voice_engine_defines.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 voice_engine/voice_engine_defines.h diff --git a/voice_engine/voice_engine_defines.h b/voice_engine/voice_engine_defines.h deleted file mode 100644 index b4d928ab87..0000000000 --- a/voice_engine/voice_engine_defines.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (c) 2012 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. - */ - -// TODO(solenberg): Remove this file once downstream dependencies are removed.