diff --git a/fbpcf/mpc_std_lib/unified_data_process/data_processor/IUdpEncryption.h b/fbpcf/mpc_std_lib/unified_data_process/data_processor/IUdpEncryption.h index 41093d21..70b8af5c 100644 --- a/fbpcf/mpc_std_lib/unified_data_process/data_processor/IUdpEncryption.h +++ b/fbpcf/mpc_std_lib/unified_data_process/data_processor/IUdpEncryption.h @@ -50,9 +50,6 @@ class IUdpEncryption { std::vector indexes; }; - // temporary, avoiding break fbpcs. - using EncryptionResuts = EncryptionResults; - // returning the ciphertext, nonce, and index of cherry-picked rows virtual EncryptionResults getProcessedData() = 0; };