Skip to content

Commit

Permalink
chimera: remove unused code
Browse files Browse the repository at this point in the history
Acked-by: Lea Morschel
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Aug 13, 2024
1 parent 44efb5c commit d147cbc
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
import com.google.common.base.Joiner;
import java.net.URI;
import java.net.URISyntaxException;
import java.security.AccessController;
import java.util.List;
import javax.security.auth.Subject;
import org.dcache.auth.Subjects;
import org.dcache.chimera.posix.Stat;

/**
Expand Down Expand Up @@ -100,11 +97,6 @@ public static void validate(String line) throws URISyntaxException {
}
}

private static boolean isRoot() {
return Subjects.isRoot(
Subject.getSubject(AccessController.getContext()));
}

private List<StorageLocatable> locations;

public FsInode_SURI(FileSystemProvider fs, long ino) {
Expand Down

0 comments on commit d147cbc

Please sign in to comment.