Remove unused Repository.getBranches
commitb7185d2b96e3134a75747c9d392d9980c38b6bb8
authorShawn O. Pearce <spearce@spearce.org>
Thu, 15 May 2008 03:51:42 +0000 (14 23:51 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 17 May 2008 03:59:50 +0000 (16 23:59 -0400)
treecf0cbdc722b72cbf5e785c1336388dcca5dbcb48
parentfae1938b06ae2481f0781ba46be2a203d2a0a18f
Remove unused Repository.getBranches

Currently nobody calls this method.  We are changing the way
Ref objects are obtained and cached.  If this is needed again
in the future we will revisit the API to better handle a Ref.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java