]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/search.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cgi-bin / search.c
index b475d9600f60b11ae02bdbde3066c82051777e21..95efb363218df1be11d5c496022fd4d6dbba12a1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Search routines for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -368,8 +366,3 @@ cgiFreeSearch(void *search)         /* I - Search context */
 {
   regfree((regex_t *)search);
 }
-
-
-/*
- * End of "$Id$".
- */