mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 17:08:04 +01:00
Remove unused method
This commit is contained in:
@@ -43,10 +43,6 @@ public class AttributeValues {
|
||||
return AttributeValue.builder().b(value).build();
|
||||
}
|
||||
|
||||
public static AttributeValue fromBoolean(boolean value) {
|
||||
return AttributeValue.builder().bool(value).build();
|
||||
}
|
||||
|
||||
private static int toInt(AttributeValue av) {
|
||||
return Integer.parseInt(av.n());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user