Skip to content

Commit 279f304

Browse files
remove old promotion code after rebase
1 parent 1309282 commit 279f304

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

file_store/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub mod mobile_radio_threshold;
2020
pub mod mobile_session;
2121
pub mod mobile_subscriber;
2222
pub mod mobile_transfer;
23-
pub mod promotion_reward;
2423
pub mod radio_location_estimates;
2524
pub mod radio_location_estimates_ingest_report;
2625
pub mod reward_manifest;

file_store/src/traits/file_sink_write.rs

-15
Original file line numberDiff line numberDiff line change
@@ -273,21 +273,6 @@ impl_file_sink!(
273273
FileType::RewardManifest.to_str(),
274274
"reward_manifest"
275275
);
276-
impl_file_sink!(
277-
proto::ServiceProviderPromotionFundV1,
278-
FileType::ServiceProviderPromotionFund.to_str(),
279-
"service_provider_promotion_fund"
280-
);
281-
impl_file_sink!(
282-
poc_mobile::PromotionRewardIngestReportV1,
283-
FileType::PromotionRewardIngestReport.to_str(),
284-
"promotion_reward_ingest_report"
285-
);
286-
impl_file_sink!(
287-
poc_mobile::VerifiedPromotionRewardV1,
288-
FileType::VerifiedPromotionReward.to_str(),
289-
"verified_promotion_reward"
290-
);
291276
impl_file_sink!(
292277
poc_mobile::RadioLocationEstimatesIngestReportV1,
293278
FileType::RadioLocationEstimatesIngestReport.to_str(),

file_store/src/traits/msg_verify.rs

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ impl_msg_verify!(mobile_config::BoostedHexInfoStreamReqV1, signature);
9797
impl_msg_verify!(mobile_config::BoostedHexModifiedInfoStreamReqV1, signature);
9898
impl_msg_verify!(mobile_config::BoostedHexInfoStreamResV1, signature);
9999
impl_msg_verify!(poc_mobile::SubscriberVerifiedMappingEventReqV1, signature);
100-
impl_msg_verify!(poc_mobile::PromotionRewardReqV1, signature);
101100
impl_msg_verify!(poc_mobile::RadioLocationEstimatesReqV1, signature);
102101

103102
#[cfg(test)]

0 commit comments

Comments
 (0)