summaryrefslogtreecommitdiff
path: root/cups/backchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/backchannel.c')
-rw-r--r--cups/backchannel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cups/backchannel.c b/cups/backchannel.c
index 06a6d2308..c4c96acbe 100644
--- a/cups/backchannel.c
+++ b/cups/backchannel.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* Backchannel functions for CUPS.
*
* Copyright 2007-2014 by Apple Inc.
@@ -186,8 +184,3 @@ cups_setup(fd_set *set, /* I - Set for select() */
FD_ZERO(set);
FD_SET(3, set);
}
-
-
-/*
- * End of "$Id$".
- */