Skip to content

Commit

Permalink
Tiny: delete completed todo (StarRocks#11741)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduzh authored Sep 28, 2022
1 parent 945f911 commit fc4e13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/storage/lake/gc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ static std::string format_time(time_t ts) {
return {buffer, len};
}

// TODO: txn log GC
Status metadata_gc(std::string_view root_location, TabletManager* tablet_mgr, int64_t min_active_txn_id) {
ASSIGN_OR_RETURN(auto fs, FileSystem::CreateSharedFromString(root_location));

Expand Down

0 comments on commit fc4e13d

Please sign in to comment.