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

callagent: Remove unused variable.

This commit is contained in:
Holger Hans Peter Freyther 2011-06-23 22:54:39 +02:00
parent 2ba9986259
commit a87b29e094
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
PackageLoader fileInPackage: 'Sockets'.
Object subclass: MGCPCallAgentBase [
| socket queue rx tx parser trunks sem |
| socket queue rx tx trunks sem |
<category: 'MGCP-Callagent'>
<comment: 'I am responsible for the networking'>