]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / globals.c
index fa0feb4c546fad1c0833927a3db17190ee32912c..6131a5cfbc3e6b5d86f50003db4e74b71f46484d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Global variable access routines for CUPS.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -379,8 +377,3 @@ cups_globals_init(void)
   pthread_key_create(&cups_globals_key, (void (*)(void *))cups_globals_free);
 }
 #endif /* HAVE_PTHREAD_H */
-
-
-/*
- * End of "$Id$".
- */