Skip to content

Commit de792e5

Browse files
committed
Merge pull request #22 from gluster/BZ927290
remove unused getFileBlockLocations(Path p, long start, long len)
2 parents 385dd82 + f73ce41 commit de792e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,6 @@ public BlockLocation[] getFileBlockLocations(FileStatus file,long start,long len
561561
return result;
562562
}
563563

564-
// getFileBlockLocations (FileStatus, long, long) is called by hadoop
565-
public BlockLocation[] getFileBlockLocations(Path p,long start,long len) throws IOException{
566-
return null;
567-
}
568-
569564
public void copyFromLocalFile(boolean delSrc,Path src,Path dst) throws IOException{
570565
FileUtil.copy(glusterFs, src, this, dst, delSrc, getConf());
571566
}

0 commit comments

Comments
 (0)