Skip to content

Commit 3319525

Browse files
committed
removed unused code (#177)
1 parent e97fd1f commit 3319525

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/main/java/com/yworks/yguard/ObfuscatorTask.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,13 @@
9292
public class ObfuscatorTask extends YGuardBaseTask
9393
{
9494

95-
//private List pairs = new ArrayList();
9695
private String mainClass;
9796
private boolean conserveManifest = false;
9897
private File logFile = new File("yguardlog.xml");
9998
protected ExposeSection expose = null;
10099
protected List<AdjustSection> adjustSections = new ArrayList<AdjustSection>();
101100
protected MapSection map = null;
102101
protected PatchSection patch = null;
103-
//private Path resourceClassPath;
104-
105-
private boolean useExposeAsEntryPoints = true;
106102

107103
private static final String LOG_TITLE_PRE_VERSION = " yGuard Bytecode Obfuscator, v";
108104
private static final String LOG_TITLE_POST_VERSION = ", a Product of yWorks GmbH - http://www.yworks.com";
@@ -116,7 +112,6 @@ public class ObfuscatorTask extends YGuardBaseTask
116112

117113
/** Holds value of property replaceClassNameStrings. */
118114
private boolean replaceClassNameStrings = true;
119-
private File[] tempJars;
120115
private boolean needYShrinkModel;
121116
private YShrinkModel yShrinkModel;
122117

@@ -1302,15 +1297,6 @@ public void addInheritanceEntries( Collection entries ) throws IOException {
13021297
}
13031298
}
13041299

1305-
/**
1306-
* Sets use expose as entry points.
1307-
*
1308-
* @param useExposeAsEntryPoints the use expose as entry points
1309-
*/
1310-
public void setUseExposeAsEntryPoints( boolean useExposeAsEntryPoints ) {
1311-
this.useExposeAsEntryPoints = useExposeAsEntryPoints;
1312-
}
1313-
13141300
/**
13151301
* The type Resource adjuster.
13161302
*/

0 commit comments

Comments
 (0)