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

More unused stuff removal #49

Merged
merged 4 commits into from
Jan 3, 2023

Conversation

majcosta
Copy link
Contributor

delete:

  • giant 'metaheaders' (JA2 All.h, Laptop All.h, etc), preferring to add #includes directly where needed
  • unused ExceptionHandling and DbMan translation units
  • unused WizShare.h, Bitmap.h, trle.h, video_private.h headers

@majcosta majcosta force-pushed the pr_remove_unused_gigaheaders branch from 4b30bea to 43ae7da Compare December 26, 2022 00:58
delete:
- giant 'metaheaders' (JA2 All.h, Laptop All.h, etc), preferring to add #includes directly where needed
- unused ExceptionHandling and DbMan translation units
- unused WizShare.h, Bitmap.h, trle.h, video_private.h headers
@majcosta majcosta force-pushed the pr_remove_unused_gigaheaders branch from 43ae7da to 43b5b39 Compare January 1, 2023 07:56
find . -iname '*.h' -o -iname '*.cpp' -exec unifdef.exe -m -UPRECOMPILED_HEADERS -UJA2_PRECOMPILED_HEADERS -UWIZ8_PRECOMPILED_HEADERS -UPRECOMPILEDHEADERS {} ';'

then manually fixed a couple files the tool errored out on
@majcosta majcosta requested a review from Asdow January 1, 2023 09:02
@Asdow Asdow merged commit 24425a8 into 1dot13:master Jan 3, 2023
@majcosta majcosta deleted the pr_remove_unused_gigaheaders branch January 3, 2023 14:06
majcosta added a commit to majcosta/source that referenced this pull request Jan 10, 2023
Asdow pushed a commit that referenced this pull request Jan 10, 2023
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