Merge pull request #10 from oligot/unneeded_precondition
Unneeded precondition
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
EIFGENs
|
||||
tests/temp/
|
||||
.svn/
|
||||
*.swp
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user