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
tests/temp/
.svn/
*.swp

View File

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