bind: remove stale comment

Change-Id: Id3990d74d5547a95ef1d0e8d713788889833f416
This commit is contained in:
Sebastien Binet 2015-09-02 17:46:41 +02:00
parent 6422285aab
commit 33f3ca06ba
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ func (g *goGen) gen() error {
} }
// expose ctors at module level // expose ctors at module level
// FIXME(sbinet): attach them to structs?
// -> problem is if one has 2 or more ctors with exactly the same signature.
for _, s := range g.pkg.structs { for _, s := range g.pkg.structs {
for _, ctor := range s.ctors { for _, ctor := range s.ctors {
g.genFunc(ctor) g.genFunc(ctor)