---
 scripts/tags/mesa_tags.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scripts/tags/mesa_tags.sh b/scripts/tags/mesa_tags.sh
index 4404b92..c8e2098 100755
--- a/scripts/tags/mesa_tags.sh
+++ b/scripts/tags/mesa_tags.sh
@@ -3,13 +3,9 @@
 rm cscope.*
 rm tags
 git ls-files src/mesa/drivers/dri/i965 >| cscope.files
-git ls-files src/mesa/drivers/dri/common >> cscope.files
 git ls-files src/mesa/main >> cscope.files
 git ls-files include/GL >> cscope.files
 git ls-files src/util >> cscope.files
 ctags -L cscope.files --langmap=C++:.C.h.c.cpp.hpp --languages=C++ 
--c++-kinds=+p --fields=+iaS --extra=+q
 cscope -bkqu
 #rm cscope.files
-
-
-
-- 
2.4.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to