Skip to content

settings: remove dead code#14738

Merged
galak merged 1 commit intozephyrproject-rtos:masterfrom
nvlsianpu:settings/rm_dreth_code
Mar 20, 2019
Merged

settings: remove dead code#14738
galak merged 1 commit intozephyrproject-rtos:masterfrom
nvlsianpu:settings/rm_dreth_code

Conversation

@nvlsianpu
Copy link
Copy Markdown
Contributor

@nvlsianpu nvlsianpu commented Mar 20, 2019

Patch removes dead, replaced code which was accidentally not
removed within the stream-codec PR #9521.

Signed-off-by: Andrzej Puzdrowski andrzej.puzdrowski@nordicsemi.no

@nvlsianpu nvlsianpu added area: Configuration System Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. labels Mar 20, 2019
@nvlsianpu nvlsianpu added this to the v1.14.0 milestone Mar 20, 2019
@nvlsianpu nvlsianpu changed the title settings: remove death code settings: remove dead code Mar 20, 2019
Patch removes dead, replaced code which was accidentally not
removed within the stream-codec PR zephyrproject-rtos#9521.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
@nvlsianpu nvlsianpu force-pushed the settings/rm_dreth_code branch from 3e0896f to 9412f9b Compare March 20, 2019 12:11

int settings_line_parse(char *buf, char **namep, char **valp);
int settings_line_make(char *dst, int dlen, const char *name, const char *val);
int settings_line_make2(char *dst, int dlen, const char *name,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What about this one? You didn't remove it from the code?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

^^ was even not implemented.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #14738 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #14738   +/-   ##
=======================================
  Coverage   51.97%   51.97%           
=======================================
  Files         309      309           
  Lines       45582    45582           
  Branches    10555    10555           
=======================================
  Hits        23691    23691           
  Misses      17082    17082           
  Partials     4809     4809

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9e212d...9412f9b. Read the comment docs.

@carlescufi carlescufi added area: Storage Storage subsystem and removed area: Configuration System labels Mar 20, 2019
@aescolar aescolar requested a review from fnde-ot March 20, 2019 14:23
@galak galak merged commit 6b62e5e into zephyrproject-rtos:master Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Storage Storage subsystem Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants