Skip to content

Commit 5357457

Browse files
committed
remove unused comments
1 parent 6caf7b1 commit 5357457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optd-persistent/src/cost_model/interface.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub trait CostModelStorageLayer {
7272
epoch_id: Self::EpochId,
7373
) -> StorageResult<()>;
7474

75-
// i32 in `stats:i32` is a placeholder for the stats type
7675
async fn update_stats(&self, stat: Stat, epoch_id: Self::EpochId) -> StorageResult<()>;
7776

7877
async fn store_cost(

0 commit comments

Comments
 (0)