Skip to content
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

Cleanup extra code in headers #1914

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Cleanup extra code in headers #1914

merged 3 commits into from
Nov 12, 2024

Conversation

fifield
Copy link
Collaborator

@fifield fifield commented Nov 12, 2024

Cleanup some extra code in a couple header files. I bumped into this because of some compiler warnings regarding redefinition of DEBUG_TYPE, which shouldn't be in header files anyway.

Copy link
Contributor

Coverage Report

Created: 2024-11-12 18:15

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
Totals- - - -
Generated by llvm-cov -- llvm version 14.0.0

#define DEBUG_TYPE "aie-assign-bd-ids"

using namespace mlir;
using namespace xilinx;
using namespace xilinx::AIE;
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for all the seasonal cleaning!
Even the last one is too much for my taste, but it would be probably too extreme for now. 😃

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for all the seasonal cleaning! Even the last one is too much for my taste, but it would be probably too extreme for now. 😃

yeah it's a slippery slope. Before you know it you're "cleaning" every file in the repo.

@fifield fifield added this pull request to the merge queue Nov 12, 2024
Merged via the queue into main with commit cdf5681 Nov 12, 2024
52 checks passed
@fifield fifield deleted the header_clean branch November 12, 2024 20:26
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.

3 participants