Skip to content

Commit

Permalink
Fixed codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Sep 27, 2021
1 parent 8eff98f commit 7a9a2b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package hu.bme.mit.theta.analysis.stmtoptimizer;

import com.google.common.collect.ImmutableList;
import hu.bme.mit.theta.analysis.expl.StmtApplier;
import hu.bme.mit.theta.core.decl.Decl;
import hu.bme.mit.theta.core.decl.VarDecl;
import hu.bme.mit.theta.core.model.MutableValuation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

import com.google.common.collect.ImmutableList;

import com.google.errorprone.annotations.Var;
import hu.bme.mit.theta.core.decl.VarDecl;
import hu.bme.mit.theta.core.stmt.*;
import hu.bme.mit.theta.core.type.Expr;
Expand Down

0 comments on commit 7a9a2b3

Please sign in to comment.