]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/file.c
Improve performance of web interface with large numbers of jobs (Issue #3819)
[thirdparty/cups.git] / scheduler / file.c
index 210243641d4c24957ef84987a3c5d86ed87bb0cb..f9a19c38f723899c8d2b4401ad1c1109a1cb5342 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * File functions for the CUPS scheduler.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -444,8 +442,3 @@ overwrite_data(int        fd,               /* I - File descriptor */
   return (fsync(fd));
 }
 #endif /* HAVE_REMOVEFILE */
-
-
-/*
- * End of "$Id$".
- */