Skip to content

Commit

Permalink
Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhw committed Mar 4, 2009
1 parent a49b1a9 commit b9d63af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/groovy/org/grumblesmurf/malabar/Classpath.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ class Classpath
}
}

def getMembers(String className) {
Class c = this.classLoader.loadClass(className)
getMembers(c)
}

def getMembers(Class c) {
print "("
getMembersInternal(c, [] as Set)
Expand Down

0 comments on commit b9d63af

Please sign in to comment.