Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 28, 2024
1 parent 4f59d40 commit 9ff650e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions include/tao/pq/field.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ namespace tao::pq
return f.is_null();
}

[[nodiscard]] inline auto operator==( null_t /*unused*/, const field& f )
{
return f.is_null();
}

} // namespace tao::pq

#endif
5 changes: 0 additions & 5 deletions include/tao/pq/table_field.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ namespace tao::pq
return f.is_null();
}

[[nodiscard]] inline auto operator==( null_t /*unused*/, const table_field& f )
{
return f.is_null();
}

} // namespace tao::pq

#endif

0 comments on commit 9ff650e

Please sign in to comment.