new method removed

This commit is contained in:
asoseil 2017-11-25 17:12:42 +01:00
parent ef7e2eb716
commit 1c1bf5b9ff
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ func init() {
} }
} }
func (r *Realize) New() {
}
// Stop realize workflow // Stop realize workflow
func (r *Realize) Stop() { func (r *Realize) Stop() {
close(r.exit) close(r.exit)