Skip to content

Commit 5e62c9c

Browse files
committed
remove unused variable
1 parent 5672623 commit 5e62c9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public void testIsPluginTrue() {
6868
public void testSetOutputType() throws Exception {
6969
try {
7070
final LinkType type = new LinkType();
71-
final OutputTypeEnum pluginType = new OutputTypeEnum();
72-
pluginType.setValue("executable");
7371
type.setOutputType(null);
7472
TestCase.fail("testSetOutputType should have thrown IllegalArgumentException");
7573
} catch (IllegalArgumentException expected) {

0 commit comments

Comments
 (0)