summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Mem_Map/file-reverse/file-reverse.cpp')
-rw-r--r--ACE/examples/Mem_Map/file-reverse/file-reverse.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp b/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
index e439d6f18ff..e858abad6ad 100644
--- a/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
+++ b/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Print a file in reverse by using the ACE memory mapped file
// wrapper. It is SO easy to do compared with alternatives!