mirror of https://github.com/go-python/gopy.git
bind: remove stale comment
Change-Id: Id3990d74d5547a95ef1d0e8d713788889833f416
This commit is contained in:
parent
6422285aab
commit
33f3ca06ba
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue