Skip to content

Commit

Permalink
Remove usused method IsFunctionScoped from bindings.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674276660
  • Loading branch information
dplassgit authored and copybara-github committed Sep 13, 2024
1 parent b05d500 commit cfa9a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xls/dslx/frontend/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ class Bindings {
function_scoped_ = true;
fail_labels_.emplace();
}
bool IsFunctionScoped() const { return function_scoped_; }

std::vector<std::string> GetLocalBindings() const {
std::vector<std::string> result;
Expand Down

0 comments on commit cfa9a33

Please sign in to comment.