Skip to content

Commit 0037c79

Browse files
committed
remove unused variable
1 parent 5672623 commit 0037c79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void testIsPluginFalse() {
5454

5555
/**
5656
* Tests if isPluginModule returns true when set to plugin output type
57-
*
57+
*
5858
* See patch [ 676276 ] Enhanced support for Mac OS X
5959
*/
6060
public void testIsPluginTrue() {
@@ -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)