Remove unsued mutable method in radio service
Bug: 258034192 Test: com.android.server.broadcastradio Change-Id: Ic0330dc6953da0eda4e8cf5ac0f8e6e550448768
This commit is contained in:
@@ -34,13 +34,4 @@ final class Mutable<E> {
|
||||
public Mutable() {
|
||||
value = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize value with specific value.
|
||||
*
|
||||
* @param value initial value.
|
||||
*/
|
||||
public Mutable(E value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user