Skip to content

Commit

Permalink
Removed the default function constructor (deleted | block_allocator).
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Jan 12, 2024
1 parent 85351a0 commit 5a0d6f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace sigma::ir {
};

struct function {
function() = default;
function(const std::string& name);

template<typename extra_type>
Expand Down

0 comments on commit 5a0d6f1

Please sign in to comment.