Skip to content

Commit

Permalink
removal of useless cast
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Jan 20, 2024
1 parent 74b5640 commit 3c4d72c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,6 @@ public ServiceInterface startPeer(String peer) {
public void startService() {
super.startService();

InMoov2Config c = (InMoov2Config) config;
Runtime runtime = Runtime.getInstance();

// get service start and release life cycle events
Expand Down

0 comments on commit 3c4d72c

Please sign in to comment.