summaryrefslogtreecommitdiff
path: root/cups/globals.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /cups/globals.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'cups/globals.c')
-rw-r--r--cups/globals.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cups/globals.c b/cups/globals.c
index fa0feb4c5..6131a5cfb 100644
--- a/cups/globals.c
+++ b/cups/globals.c
@@ -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$".
- */