From 7e66ec48fd6a8837ef1d8565ce83b0dcc38db5d1 Mon Sep 17 00:00:00 2001 From: lowasser Date: Thu, 11 Jul 2024 12:27:53 -0700 Subject: [PATCH] Remove Impossible from open-source release. RELNOTES=n/a PiperOrigin-RevId: 651497411 --- android/guava/src/com/google/common/base/Preconditions.java | 2 -- guava/src/com/google/common/base/Preconditions.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/android/guava/src/com/google/common/base/Preconditions.java b/android/guava/src/com/google/common/base/Preconditions.java index add3288dde39..6d00d46ff365 100644 --- a/android/guava/src/com/google/common/base/Preconditions.java +++ b/android/guava/src/com/google/common/base/Preconditions.java @@ -118,8 +118,6 @@ public final class Preconditions { private Preconditions() {} - private interface Impossible {} - /** * Ensures the truth of an expression involving one or more parameters to the calling method. * diff --git a/guava/src/com/google/common/base/Preconditions.java b/guava/src/com/google/common/base/Preconditions.java index add3288dde39..6d00d46ff365 100644 --- a/guava/src/com/google/common/base/Preconditions.java +++ b/guava/src/com/google/common/base/Preconditions.java @@ -118,8 +118,6 @@ public final class Preconditions { private Preconditions() {} - private interface Impossible {} - /** * Ensures the truth of an expression involving one or more parameters to the calling method. *