Merge pull request #10 from oligot/unneeded_precondition

Unneeded precondition
This commit is contained in:
Jocelyn Fiat
2012-04-02 00:28:23 -07:00
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
EIFGENs EIFGENs
tests/temp/ tests/temp/
.svn/ .svn/
*.swp

View File

@@ -51,8 +51,6 @@ feature {NONE} -- Initialization
end end
frozen make_and_launch (a_service: like service; a_options: like options) frozen make_and_launch (a_service: like service; a_options: like options)
require
a_options_attached: a_options /= Void
do do
make (a_service, a_options) make (a_service, a_options)
launch launch