Skip to content

Commit a1015f4

Browse files
committed
trim comment
1 parent ed0fedd commit a1015f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

exportloopref.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ var Analyzer = &analysis.Analyzer{
1717
Run: run,
1818
RunDespiteErrors: true,
1919
Requires: []*analysis.Analyzer{inspect.Analyzer},
20-
// ResultType reflect.Type
21-
// FactTypes []Fact
22-
}
23-
24-
func init() {
25-
// Analyzer.Flags.StringVar(&v, "name", "default", "description")
2620
}
2721

2822
func run(pass *analysis.Pass) (interface{}, error) {

0 commit comments

Comments
 (0)