summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/sync.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bb81f248d..b483183b39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 9 18:37:05 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * lib/sync.rb (Sync_m): Removed RCS_ID.
+
Sun Sep 9 18:21:03 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* test/ruby/test_io.rb (test_advise_pipe): new test to check
diff --git a/lib/sync.rb b/lib/sync.rb
index bae05a4a99..a57b789d55 100644
--- a/lib/sync.rb
+++ b/lib/sync.rb
@@ -45,8 +45,6 @@ end
# A module that provides a two-phase lock with a counter.
module Sync_m
- RCS_ID='-$Id$-'
-
# lock mode
UN = :UN
SH = :SH