Skip to content

Commit

Permalink
Fix missing import reference to removed TryCatchResugaring
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Aug 20, 2023
1 parent 2da829c commit d84b0ed
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.android.tools.r8.ClassFileConsumer;
import com.android.tools.r8.cf.CfVersion;
import com.android.tools.r8.cf.code.CfLabel;
import com.android.tools.r8.dex.ApplicationWriter;
import com.android.tools.r8.dex.Marker;
import com.android.tools.r8.errors.Unreachable;
Expand All @@ -22,14 +21,12 @@
import com.android.tools.r8.utils.Timing;
import it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap;
import software.coley.dextranslator.model.ApplicationData;
import software.coley.dextranslator.resugar.TryCatchResugaring;
import software.coley.dextranslator.util.ThreadPools;

import javax.annotation.Nonnull;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutorService;
import java.util.stream.Collectors;

/**
* Conversion handling between DEX and JVM bytecode.
Expand Down

0 comments on commit d84b0ed

Please sign in to comment.