Skip to content

Commit 4bdff7b

Browse files
committed
cleanup dead code in test
1 parent c962991 commit 4bdff7b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/mujoco/java/XMLtest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ public void marshal() throws JAXBException {
5353
String marshaled = MuJoCoXML.marshal(m);
5454

5555
System.out.println(marshaled);
56-
57-
Mujoco m2 = new Mujoco();
58-
56+
5957
}
6058

6159
@Test

0 commit comments

Comments
 (0)