Skip to content

Remove dead code and ignore build products - #107

Open
susilehtola wants to merge 1 commit into
wavefunction91:masterfrom
susilehtola:chore/dead-code-and-gitignore
Open

Remove dead code and ignore build products#107
susilehtola wants to merge 1 commit into
wavefunction91:masterfrom
susilehtola:chore/dead-code-and-gitignore

Conversation

@susilehtola

Copy link
Copy Markdown
Collaborator

test/ut_main.cxx defines CATCH_CONFIG_MAIN and includes catch2/catch.hpp,
the Catch2 v2 API. The project builds against Catch2 v3 and links
Catch2WithMain, so the file does not compile and is referenced by no
target. Delete it.

muraknowles.hpp carried 128 lines of the pre-refactor Mura-Knowles
implementation inside #if 0, superseded by the transform-based version
below it. Git remembers it; the header need not.

.gitignore contained a single entry (..swp), so build trees and editor
backups showed up as untracked. Cover build directories, object files and
archives, and the usual editor and OS cruft. Work in progress under
include/ is deliberately left visible.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01FDTFYJMQ76iujDFNHzZyXF

test/ut_main.cxx defines CATCH_CONFIG_MAIN and includes catch2/catch.hpp,
the Catch2 v2 API. The project builds against Catch2 v3 and links
Catch2WithMain, so the file does not compile and is referenced by no
target. Delete it.

muraknowles.hpp carried 128 lines of the pre-refactor Mura-Knowles
implementation inside `#if 0`, superseded by the transform-based version
below it. Git remembers it; the header need not.

.gitignore contained a single entry (*.*.swp), so build trees and editor
backups showed up as untracked. Cover build directories, object files and
archives, and the usual editor and OS cruft. Work in progress under
include/ is deliberately left visible.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FDTFYJMQ76iujDFNHzZyXF
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.

1 participant