From bb69011d7042454f6a2ee668a036ac373b4ff1eb Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 24 Feb 2011 11:43:02 -0800 Subject: (#6338) Remove unused version control tags Older version control systems like CVS and SVN used to use these $Id$ tags for version information. Paired-with: Nick Lewis --- test/Rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/Rakefile b/test/Rakefile index 47be213d9..7cde050f6 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -94,5 +94,3 @@ filemap.each do |dir, files| # And alias it with a slash on the end task(dir + "/" => dir) end - -# $Id$ -- cgit