From a32019aba6b230fd82760186d83190b12cb199cb Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Mon, 5 Nov 2007 20:50:26 +0000
Subject: [PATCH] comment out an unused variable. Remove it in a few days if no
 problems arise.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 Makefile.moddir_rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules
index f2ea69c203..2bd809d13c 100644
--- a/Makefile.moddir_rules
+++ b/Makefile.moddir_rules
@@ -34,7 +34,7 @@ endif
 
 include $(ASTTOPDIR)/Makefile.rules
 
-comma:=,
+#comma:=,	# not used
 
 # Both C++ and C++ sources need their module name in AST_MODULE
 # We also pass whatever _INCLUDE list is generated by menuselect
-- 
GitLab