summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_singleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/test_singleton.cpp')
-rw-r--r--performance-tests/Misc/test_singleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/test_singleton.cpp b/performance-tests/Misc/test_singleton.cpp
index ce71ef5da74..4aab7492f8c 100644
--- a/performance-tests/Misc/test_singleton.cpp
+++ b/performance-tests/Misc/test_singleton.cpp
@@ -1,5 +1,5 @@
// This example illustrates the performance impact of using the
-// @(#)test_singleton.cpp 1.1 10/18/96
+// $Id$
// Double-Checked Locking pattern compared with using the "standard"
// practice of acquiring and releasing a lock on every instance()