Skip to content

Commit

Permalink
Remove default config overrides for TaintTree constructor
Browse files Browse the repository at this point in the history
Summary: As titled.

Reviewed By: yuhshin-oss

Differential Revision: D61493408

fbshipit-source-id: 0de162c0410b5312ecf3add63cbe943aa9c85240
  • Loading branch information
Anwesh Tuladhar authored and facebook-github-bot committed Aug 20, 2024
1 parent 2a3fc15 commit 82d7657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/TaintTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class TaintTree final : public sparta::AbstractDomain<TaintTree> {

explicit TaintTree(
Tree tree,
TaintTreeConfigurationOverrides config_overrides =
TaintTreeConfigurationOverrides::bottom())
TaintTreeConfigurationOverrides config_overrides)
: tree_(std::move(tree)), overrides_(std::move(config_overrides)) {}

public:
Expand Down

0 comments on commit 82d7657

Please sign in to comment.