aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2011-03-03 17:04:56 -0500
committerDeepak Bhole <[email protected]>2011-03-03 17:04:56 -0500
commit98fe68de729d68ed362bf24e8b318343a22b1aa8 (patch)
tree8bb406affa6cd314da2774af4cf442e817318ac4 /ChangeLog
parent6d523c8c11ffa7913ca1b0836d51f163ba3e268e (diff)
Minor cleanup of C++ code -- removed unused thread_counter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c68ea44..7301a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-03-03 Deepak Bhole <[email protected]>
+
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
+ (PluginRequestProcessor): Remove initialization of tc_mutex
+ (~PluginRequestProcessor): Remove destruction of tc_mutex
+ (sendString): Removed thread count incrementer code.
+ (setMember): Same.
+ (sendMember): Same.
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.h: Removed tc_mutex and
+ thread_count variables.
+
2011-03-02 Omair Majid <[email protected]>
Fix PR612.