From 33f3ca06baaef881939b2aa003364444030dd914 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 2 Sep 2015 17:46:41 +0200 Subject: [PATCH] bind: remove stale comment Change-Id: Id3990d74d5547a95ef1d0e8d713788889833f416 --- bind/gengo.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bind/gengo.go b/bind/gengo.go index e42856b..29a4814 100644 --- a/bind/gengo.go +++ b/bind/gengo.go @@ -158,8 +158,6 @@ func (g *goGen) gen() error { } // 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 _, ctor := range s.ctors { g.genFunc(ctor)