Skip to content

Commit

Permalink
Undo sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 19, 2023
1 parent 524ed86 commit 65ff83a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/ram_bdev/src/ram_bdev.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Server : public TaskLib, public bdev::Server {

void Allocate(AllocateTask *task, RunContext &rctx) {
HILOG(kDebug, "Allocating {} bytes (RAM)", task->size_);
task->alloc_size_ = 0;
alloc_.Allocate(task->size_, *task->buffers_, task->alloc_size_);
rem_cap_ -= task->alloc_size_;
// score_hist_.Increment(task->score_);
Expand Down

0 comments on commit 65ff83a

Please sign in to comment.