Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class OTBasedMatrixMultiplicationFactory final
public:
const std::string metricRecorderNamePrefix = "ot_based_matrix_multiplication";

// The following constructor will be deprecated once we updated all APP codes
explicit OTBasedMatrixMultiplicationFactory(
[[deprecated("Use the constructor with MetricCollector instead.")]] explicit OTBasedMatrixMultiplicationFactory(
int myId,
int partnerId,
bool isFeatureOwner,
Expand Down