Code cleaning.
This commit is contained in:
@@ -35,7 +35,6 @@ feature {NONE} -- Initialize
|
||||
local
|
||||
l_module: CMS_MODULE
|
||||
do
|
||||
to_implement ("Refactor database setup")
|
||||
if attached setup.storage (error_handler) as l_storage then
|
||||
storage := l_storage
|
||||
else
|
||||
|
||||
@@ -55,7 +55,6 @@ feature {NONE} -- Initialization
|
||||
do
|
||||
initialize_modules
|
||||
initialize_users
|
||||
initialize_auth_engine
|
||||
initialize_mailer
|
||||
-- initialize_router
|
||||
-- initialize_filter: expanded here, for void-safety concern.
|
||||
@@ -83,11 +82,6 @@ feature {NONE} -- Initialization
|
||||
to_implement ("To Implement mailer")
|
||||
end
|
||||
|
||||
initialize_auth_engine
|
||||
do
|
||||
to_implement ("To Implement authentication engine")
|
||||
end
|
||||
|
||||
feature -- Settings: router
|
||||
|
||||
setup_router
|
||||
|
||||
Reference in New Issue
Block a user