aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/bytecode/ByteReader.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/bytecode/ByteReader.java')
-rw-r--r--java/com/google/turbine/bytecode/ByteReader.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/com/google/turbine/bytecode/ByteReader.java b/java/com/google/turbine/bytecode/ByteReader.java
index a9deff2..5458b49 100644
--- a/java/com/google/turbine/bytecode/ByteReader.java
+++ b/java/com/google/turbine/bytecode/ByteReader.java
@@ -20,11 +20,9 @@ import static com.google.common.base.Verify.verify;
import com.google.common.io.ByteArrayDataInput;
import com.google.common.io.ByteStreams;
-import com.google.errorprone.annotations.CanIgnoreReturnValue;
import java.io.ByteArrayInputStream;
/** A {@link ByteArrayDataInput} wrapper that tracks the current byte array index. */
-@CanIgnoreReturnValue
public class ByteReader {
private final byte[] bytes;