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

Remove dead code #6934

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

fabriziomello
Copy link
Contributor

@fabriziomello fabriziomello commented May 17, 2024

Disable-check: force-changelog-file

@fabriziomello fabriziomello self-assigned this May 17, 2024
@fabriziomello fabriziomello force-pushed the remove_dead_code branch 2 times, most recently from bf9a803 to a79ac87 Compare May 17, 2024 22:40
Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.66%. Comparing base (59f50f2) to head (939dc20).
Report is 165 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6934      +/-   ##
==========================================
+ Coverage   80.06%   81.66%   +1.59%     
==========================================
  Files         190      198       +8     
  Lines       37181    36836     -345     
  Branches     9450     9634     +184     
==========================================
+ Hits        29770    30082     +312     
+ Misses       2997     2873     -124     
+ Partials     4414     3881     -533     

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

@fabriziomello fabriziomello added the tech-debt Needs refactoring and improvement tasks related to the source code and its architecture. label May 20, 2024
@fabriziomello fabriziomello marked this pull request as ready for review May 20, 2024 14:59
Comment on lines -35 to -36
extern TSDLLEXPORT ArrayType *ts_array_create_from_list_bool(List *values);
extern TSDLLEXPORT ArrayType *ts_array_create_from_list_text(List *values);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@svenklemm this code was introduced by you in #6549 but looks like it is not used anymore!

Copy link
Contributor

@gayyappan gayyappan left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@fabriziomello fabriziomello merged commit 693e54e into timescale:main May 20, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Needs refactoring and improvement tasks related to the source code and its architecture.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants