summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/code/instructions/IMUL.java
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-08-29 16:05:51 +0400
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-08-29 21:57:50 +0400
commit63b8d35d08a198215ddabb42cca5b0e823232768 (patch)
tree24a7567182d81c4382e966e86be25ba5badfda09 /src/org/jetbrains/java/decompiler/code/instructions/IMUL.java
parent84ea54eb1e2c68091080951a3024cca98f70aca2 (diff)
downloadfernflower-63b8d35d08a198215ddabb42cca5b0e823232768.tar
fernflower-63b8d35d08a198215ddabb42cca5b0e823232768.tar.gz
fernflower-63b8d35d08a198215ddabb42cca5b0e823232768.tar.lz
fernflower-63b8d35d08a198215ddabb42cca5b0e823232768.tar.xz
fernflower-63b8d35d08a198215ddabb42cca5b0e823232768.zip
java-decompiler: post-import cleanup (dead code dropped)
Diffstat (limited to 'src/org/jetbrains/java/decompiler/code/instructions/IMUL.java')
-rw-r--r--src/org/jetbrains/java/decompiler/code/instructions/IMUL.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/org/jetbrains/java/decompiler/code/instructions/IMUL.java b/src/org/jetbrains/java/decompiler/code/instructions/IMUL.java
deleted file mode 100644
index 8cec91b..0000000
--- a/src/org/jetbrains/java/decompiler/code/instructions/IMUL.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright 2000-2014 JetBrains s.r.o.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jetbrains.java.decompiler.code.instructions;
-
-import org.jetbrains.java.decompiler.code.Instruction;
-
-public class IMUL extends Instruction {
-
-}