Skip to content

Commit

Permalink
Fix a typo in interface type name - deleting the temporary alias in f…
Browse files Browse the repository at this point in the history
…bpcf (#514)

Summary:
Pull Request resolved: #514

As title

Reviewed By: mdas7

Differential Revision: D44136534

fbshipit-source-id: 29a278a32ba76055c9c2ea443bb4f0c54a0688b4
  • Loading branch information
Ruiyu Zhu authored and facebook-github-bot committed Mar 19, 2023
1 parent 011ae23 commit 7f9b0d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class IUdpEncryption {
std::vector<int32_t> indexes;
};

// temporary, avoiding break fbpcs.
using EncryptionResuts = EncryptionResults;

// returning the ciphertext, nonce, and index of cherry-picked rows
virtual EncryptionResults getProcessedData() = 0;
};
Expand Down

0 comments on commit 7f9b0d4

Please sign in to comment.