Skip to content

Commit

Permalink
removed useless source
Browse files Browse the repository at this point in the history
  • Loading branch information
skelterjohn committed Apr 9, 2011
1 parent 85ff447 commit 053e819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
67 changes: 0 additions & 67 deletions comments.go

This file was deleted.

4 changes: 0 additions & 4 deletions dscan.go
Expand Up @@ -16,10 +16,6 @@ func ScanCmd(args []string) (err os.Error) {
for _, path := range args { for _, path := range args {
pkg := LocalImporter(path) pkg := LocalImporter(path)


for _, file := range pkg.Files {
GetCommentTies(file)
}

ast.Walk(DepthWalker(0), pkg) ast.Walk(DepthWalker(0), pkg)
} }
return return
Expand Down

0 comments on commit 053e819

Please sign in to comment.