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

ipa: Remove IPADispatcher>>#initializer as it is called by >>#new now

This commit is contained in:
Holger Hans Peter Freyther 2012-07-28 20:07:06 +02:00
parent 66e565df5e
commit 5c813bb6e2
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ BSCConnection subclass: BSCIPAConnection [
muxer := Osmo.IPAMuxer initOn: writeQueue.
dispatcher := Osmo.IPADispatcher new.
dispatcher initialize.
ipa := BSCIPAProtoHandler initWith: self.
ipa registerOn: dispatcher.