Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Oct 21, 2024
1 parent 3b2ff2d commit cc286df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/phasar/DataFlow/IfdsIde/Solver/GenericSolverResults.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ template <typename N, typename D, typename L> class GenericSolverResults final {
new (Buffer.data()) type(SR);
}

GenericSolverResults(const GenericSolverResults &) noexcept = default;
GenericSolverResults &
operator=(const GenericSolverResults &) noexcept = default;
GenericSolverResults(GenericSolverResults &&) noexcept = default;
GenericSolverResults &operator=(GenericSolverResults &&) noexcept = default;
~GenericSolverResults() = default;

[[nodiscard]] l_t resultAt(ByConstRef<n_t> Stmt, ByConstRef<d_t> Node) const {
assert(VT != nullptr);
return VT->ResultAt(Buffer.data(), Stmt, Node);
Expand Down

0 comments on commit cc286df

Please sign in to comment.