File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ bool IMergeTreeDataPart::mayStoreDataInCaches() const
637637 return (mark_cache || index_cache) && !cleared_data_in_caches;
638638}
639639
640- void IMergeTreeDataPart::removeIfNeeded () noexcept
640+ void IMergeTreeDataPart::removeIfNeeded ()
641641{
642642 assert (assertHasValidVersionMetadata ());
643643 std::string path;
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ class IMergeTreeDataPart : public std::enable_shared_from_this<IMergeTreeDataPar
651651
652652 mutable std::map<String, std::shared_ptr<IMergeTreeDataPart>> projection_parts;
653653
654- void removeIfNeeded () noexcept ;
654+ void removeIfNeeded ();
655655
656656 // / Fill each_columns_size and total_size with sizes from columns files on
657657 // / disk using columns and checksums.
You can’t perform that action at this time.
0 commit comments