Merge branch 'GP-0_ryanmkurtz_PR-3757_GameCubeGBA_string-cleanup'

This commit is contained in:
Ryan Kurtz 2022-02-01 01:00:49 -05:00
commit 2af2d6fc8d

View file

@ -663,9 +663,6 @@ public class GhidraJarBuilder implements GhidraLaunchable {
}
public void writeExtensionPointClassFile() throws IOException {
String s = "abc";
s.getBytes();
ZipEntry entry = new ZipEntry(ROOT_GHIDRA + "EXTENSION_POINT_CLASSES");
try {