Skip to content

Commit

Permalink
Remove old attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Feb 16, 2024
1 parent 9b61e10 commit 8e78cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/kllvm/ast/attribute_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class attribute_set {
macro_rec,
nat,
non_executable,
overload,
priorities,
priority,
right,
Expand Down
1 change: 0 additions & 1 deletion lib/ast/attribute_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ std::unordered_map<attribute_set::key, std::string> const &attribute_table() {
{attribute_set::key::macro_rec, "macro-rec"},
{attribute_set::key::nat, "nat"},
{attribute_set::key::non_executable, "non-executable"},
{attribute_set::key::overload, "overload"},
{attribute_set::key::priorities, "priorities"},
{attribute_set::key::priority, "priority"},
{attribute_set::key::right, "right"},
Expand Down

0 comments on commit 8e78cca

Please sign in to comment.