Unused code cleanup.

This commit is contained in:
Anton Chekulaev
2020-12-02 23:01:04 +11:00
parent 12804a30c0
commit 5e3cb706c4
55 changed files with 45 additions and 5681 deletions

View File

@@ -1,15 +0,0 @@
/**
* Copyright (C) 2014-2016 Open Whisper Systems
*
* Licensed according to the LICENSE file in this repository.
*/
package signalservice;
option java_package = "org.thoughtcrime.securesms.devicelist";
option java_outer_classname = "DeviceNameProtos";
message DeviceName {
optional bytes ephemeralPublic = 1;
optional bytes syntheticIv = 2;
optional bytes ciphertext = 3;
}