Skip to content

Comments

Remove unused var OCSMALL and subsequently READLINE#3720

Open
alkino wants to merge 2 commits intoneuronsimulator:masterfrom
alkino:remove_ocsmall
Open

Remove unused var OCSMALL and subsequently READLINE#3720
alkino wants to merge 2 commits intoneuronsimulator:masterfrom
alkino:remove_ocsmall

Conversation

@alkino
Copy link
Member

@alkino alkino commented Feb 17, 2026

The first one is no more used or set.
So the second one is always true.

The first one is no more used or set.
So the second one is always true.
#if OCSMALL
if (argc == 1) {
ocsmall_argv[0] = our_argv[0];
exit_status = oc.run(2, ocsmall_argv);
Copy link
Member Author

@alkino alkino Feb 17, 2026

Choose a reason for hiding this comment

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

This is the reason I want to remove this macro because this code looks unable to compile due to the variable oc that is defined in an other "macro-hierarchy".

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.30%. Comparing base (0482ef5) to head (13cb322).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3720   +/-   ##
=======================================
  Coverage   68.30%   68.30%           
=======================================
  Files         689      689           
  Lines      111033   111033           
=======================================
  Hits        75844    75844           
  Misses      35189    35189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alkino alkino enabled auto-merge (squash) February 19, 2026 09:59
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