Remove dead code and unused variables
Change-Id: If87f7ad452ce597c82872b36a76f32afcc6ab7fd
This commit is contained in:
committed by
Shawn O. Pearce
parent
c7a1d91dd7
commit
8bc0d7d481
@@ -75,8 +75,6 @@ public final class SuExec extends BaseCommand {
|
||||
public void start(Environment env) throws IOException {
|
||||
try {
|
||||
if (caller.get() instanceof PeerDaemonUser) {
|
||||
final PeerDaemonUser peer = (PeerDaemonUser) caller.get();
|
||||
|
||||
parseCommandLine();
|
||||
|
||||
final Context ctx = callingContext.subContext(newSession(), join(args));
|
||||
|
||||
Reference in New Issue
Block a user