Skip to content

Minor code corrections#660

Merged
SeanCurtis-TRI merged 1 commit intoflexible-collision-library:masterfrom
SeanCurtis-TRI:PR_more_updates
Jan 28, 2026
Merged

Minor code corrections#660
SeanCurtis-TRI merged 1 commit intoflexible-collision-library:masterfrom
SeanCurtis-TRI:PR_more_updates

Conversation

@SeanCurtis-TRI
Copy link
Contributor

@SeanCurtis-TRI SeanCurtis-TRI commented Jan 28, 2026

  1. Remove unused variable
    • a counter that never gets read; modern compilers get angry about it.
  2. Misuse of std::move -- we should never do "using std::move".

This change is Reviewable

1. Remove unused variable
   - a counter that never gets read; modern compilers get angry about it.
2. Misuse of std::move -- we should never do "using std::move".
Copy link
Contributor Author

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+a:@sherm1 for review, please. Just a bit more weeding.

@SeanCurtis-TRI made 1 comment.
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @sherm1).

Copy link
Member

@sherm1 sherm1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@sherm1 reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SeanCurtis-TRI).

@SeanCurtis-TRI SeanCurtis-TRI merged commit ec358d6 into flexible-collision-library:master Jan 28, 2026
1 of 8 checks passed
@SeanCurtis-TRI SeanCurtis-TRI deleted the PR_more_updates branch January 28, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants