Remove unreachable code

This commit is contained in:
de4dot 2012-08-01 18:09:58 +02:00
parent 4a3104963c
commit 7f3399a9c4

View File

@ -118,9 +118,7 @@ namespace de4dot.code.deobfuscators.Confuser {
version = ConfuserVersion.v14_r58852;
break;
}
throw new ApplicationException("Could not find magic");
break;
default:
throw new ApplicationException("Invalid version");