-
Notifications
You must be signed in to change notification settings - Fork 53
Remove duplicate typedefs #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ted Miller <[email protected]>
|
I followed these instructions to add the 'signed off by' field.
|
|
LGTM, please @JanStaschulat merge if you are ok |
|
@mergify backport foxy galactic |
🟠 Waiting for conditions to matchDetails
Hey, I reacted but my real name is @Mergifyio |
JanStaschulat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that there are duplicates. Thanks for your PR.
Signed-off-by: Ted Miller <[email protected]> (cherry picked from commit 2381ec5)
Signed-off-by: Ted Miller <[email protected]> (cherry picked from commit 2381ec5)
✅ Backports have been createdDetails
|
There are three typedefs that got duplicated in executor_handle.h. It looks like a copy/paste accident.
I'm using a really old compiler, and it generates an error for the redefinition. I'm guessing it's not an error with modern compilers, but it's still nice to remove unnecessary stuff from the header.