summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-array.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc/ppdc-array.cxx')
-rw-r--r--ppdc/ppdc-array.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/ppdc/ppdc-array.cxx b/ppdc/ppdc-array.cxx
index 688f56c46..d56b92a33 100644
--- a/ppdc/ppdc-array.cxx
+++ b/ppdc/ppdc-array.cxx
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Array class for the CUPS PPD Compiler.
//
// Copyright 2007-2014 by Apple Inc.
@@ -152,8 +150,3 @@ ppdcArray::remove(ppdcShared *d) // I - Data element
if (i < count)
memmove(data + i, data + i + 1, (size_t)(count - i) * sizeof(ppdcShared *));
}
-
-
-//
-// End of "$Id$".
-//