Removed unused local.

This commit is contained in:
2015-12-16 21:03:15 +01:00
parent bbbdac12c8
commit e7c9a54f3f

View File

@@ -81,8 +81,6 @@ feature {CMS_API} -- Module Initialization
feature {CMS_API} -- Module management feature {CMS_API} -- Module management
install (api: CMS_API) install (api: CMS_API)
local
l_consumers: LIST [STRING]
do do
-- Schema -- Schema
if attached api.storage.as_sql_storage as l_sql_storage then if attached api.storage.as_sql_storage as l_sql_storage then