Unverified Commit 95945b0b authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Remove `supports_v2023_11_09` from behavior versions (#3231)

This function isn't useful.

---

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 768237a5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,9 +34,4 @@ impl BehaviorVersion {
    pub fn v2023_11_09() -> Self {
        Self {}
    }

    /// Returns whether the current version is `v2023_11_09`
    pub fn supports_v2023_11_09(&self) -> bool {
        true
    }
}