Skip to content

src: don't store one-use strings in variable

Rodrigo Muino Tomonari requested to merge github/fork/maclover7/jm-mv-str into master

Move strings that are used only once to their call-sites, don't store in a variable. What most other places in src/cares_wrap.cc do, as well as other files in src.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading