From 167de74f103aee6cd41c3d87a53d15e3614910e3 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 25 Nov 2006 15:44:55 +0000
Subject: [PATCH] Remove redundant comment.

Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 common.mak | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common.mak b/common.mak
index 0bc33219230..d4a8dca416f 100644
--- a/common.mak
+++ b/common.mak
@@ -95,9 +95,6 @@ uninstall-headers:
 
 .PHONY: all depend dep clean distclean install* uninstall*
 
-#
-# include dependency files if they exist
-#
 ifneq ($(wildcard .depend),)
 include .depend
 endif
-- 
GitLab