Skip to content

Commit

Permalink
Remove unneeded forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
  • Loading branch information
InvincibleRMC committed Feb 22, 2025
1 parent 89d505f commit 241a426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/pybind11/cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,6 @@ PYBIND11_NAMESPACE_BEGIN(detail)

// forward declaration (definition in attr.h)
struct function_record;
struct argument_record;

// forward declaration (definition in pybind11.h)
std::string generate_signature(const char *text,
Expand Down

0 comments on commit 241a426

Please sign in to comment.