smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

sccp: Remove unused variable in the SCCPHandler

This appears to was meant to be used by the SCCP ref generation
This commit is contained in:
Holger Hans Peter Freyther 2011-06-23 21:27:43 +02:00
parent dc184dd1ac
commit bb35a0b1a6
1 changed files with 1 additions and 1 deletions

View File

@ -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