From 534ac8a6178878a6dd69b046f538c1a71db8aa74 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Thu, 13 Aug 2015 08:38:50 -0700 Subject: [PATCH] Remove common_data.c file from vp10 folder This file is empty in vp10. Remove it to clear out visual studio warning. Change-Id: I741e88adcf3c9fc6b73b13ea08a2094e2f3a7eba --- vp10/common/common_data.c | 13 ------------- vp10/vp10_common.mk | 1 - 2 files changed, 14 deletions(-) delete mode 100644 vp10/common/common_data.c diff --git a/vp10/common/common_data.c b/vp10/common/common_data.c deleted file mode 100644 index e8055550d..000000000 --- a/vp10/common/common_data.c +++ /dev/null @@ -1,13 +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. - */ - -#include "vp10/common/common_data.h" - - diff --git a/vp10/vp10_common.mk b/vp10/vp10_common.mk index cecbebe12..16a723c0a 100644 --- a/vp10/vp10_common.mk +++ b/vp10/vp10_common.mk @@ -56,7 +56,6 @@ VP10_COMMON_SRCS-yes += common/quant_common.c VP10_COMMON_SRCS-yes += common/reconinter.c VP10_COMMON_SRCS-yes += common/reconintra.c VP10_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c -VP10_COMMON_SRCS-yes += common/common_data.c VP10_COMMON_SRCS-yes += common/common_data.h VP10_COMMON_SRCS-yes += common/scan.c VP10_COMMON_SRCS-yes += common/scan.h -- 2.40.0