From b2f12c63595adc1fa0affd4e7be5d9131a8031e2 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 21 May 2018 14:26:08 -0700 Subject: [PATCH] remove unused vpx_ports/config.h references were earlier removed in: 1a7d25a48 Replace vpx_ports/config.h with vpx_config.h Change-Id: I1824cd71e970f5c7550c3978e0c63ce36a9644e4 --- vpx_ports/config.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vpx_ports/config.h diff --git a/vpx_ports/config.h b/vpx_ports/config.h deleted file mode 100644 index 3c1ab99f4..000000000 --- a/vpx_ports/config.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2010 The WebM 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 VPX_PORTS_CONFIG_H_ -#define VPX_PORTS_CONFIG_H_ - -#include "vpx_config.h" - -#endif // VPX_PORTS_CONFIG_H_ -- 2.40.0