aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-23 21:27:43 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-23 21:27:43 +0200
commitbb35a0b1a6ccb9c68541f5499e23d55ad7e4cfaa (patch)
tree6f651d67429d1fe87f0c1439cf835e8a9f28eb60 /SCCPHandler.st
parentdc184dd1ac4a72a7d8b29a688e3850d72b8f496f (diff)
sccp: Remove unused variable in the SCCPHandler
This appears to was meant to be used by the SCCP ref generation
Diffstat (limited to 'SCCPHandler.st')
-rw-r--r--SCCPHandler.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCCPHandler.st b/SCCPHandler.st
index 82834c1..6194882 100644
--- a/SCCPHandler.st
+++ b/SCCPHandler.st
@@ -426,7 +426,7 @@ Osmo.SCCPInactivityTest extend [
]
Object subclass: SCCPHandler [
- | connections last_ref connection sem |
+ | connections connection sem |
<comment: 'I handle SCCP messages and have a complicated locking
dependency. It appears to be easier (but less efficient) to first hold
the SCCPhandler lock and then the lock of the connection. With this deps