mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-10 09:02:05 +02:00
Remove bogus constructor
This commit is contained in:
@@ -72,11 +72,6 @@ public class SessionState {
|
||||
this.handle = handle;
|
||||
}
|
||||
|
||||
// Remove this:
|
||||
SessionState(SessionState copy) {
|
||||
this.handle = copy.handle;
|
||||
}
|
||||
|
||||
byte[] getAliceBaseKey() {
|
||||
return Native.SessionState_GetAliceBaseKey(this.handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user