summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Containers/Array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Containers/Array.cpp')
-rw-r--r--ACE/examples/APG/Containers/Array.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/APG/Containers/Array.cpp b/ACE/examples/APG/Containers/Array.cpp
index 1ffb19f22e9..180a159517d 100644
--- a/ACE/examples/APG/Containers/Array.cpp
+++ b/ACE/examples/APG/Containers/Array.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_Memory.h"
#include "ace/Log_Msg.h"
// Listing 1 code/ch05