Removed WSF_ROUTING_HANDLER.make_with_router (a_router)

It was not used in existing code, and potentially dangerous, if coder reuses router by accident.
This commit is contained in:
2013-08-20 13:15:37 +02:00
parent 8d9dca1a94
commit 9958bb27a1
8 changed files with 15 additions and 27 deletions

View File

@@ -12,14 +12,9 @@ inherit
feature {NONE} -- Initialization
make_with_router (a_router: like router)
do
router := a_router
end
make (n: INTEGER)
do
make_with_router (create {like router}.make (n))
create router.make (n)
end
feature -- Access