Skip to content

Commit d6f28be

Browse files
stroxlermeta-codesync[bot]
authored andcommitted
Fix lint error
Summary: I think a refactor made this funciton unused sometime today, it's complaining on trunk. Reviewed By: rchen152 Differential Revision: D87306187 fbshipit-source-id: 6b900ff7a9d04de488f1e24b5feef9252e8507d4
1 parent 8af52a1 commit d6f28be

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyrefly/lib/report/pysa/types.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,6 @@ impl ScalarTypeProperties {
345345
}
346346
}
347347

348-
pub fn join(mut self, other: ScalarTypeProperties) -> Self {
349-
self.is_bool &= other.is_bool;
350-
self.is_int &= other.is_int;
351-
self.is_float &= other.is_float;
352-
self.is_enum &= other.is_enum;
353-
self
354-
}
355-
356348
#[cfg(test)]
357349
pub fn int() -> ScalarTypeProperties {
358350
ScalarTypeProperties {

0 commit comments

Comments
 (0)