Skip to content

Commit

Permalink
Remove comment and definition for various NM output, which is seems l…
Browse files Browse the repository at this point in the history
…onger relevant
  • Loading branch information
thoni56 committed Nov 14, 2017
1 parent 918021e commit 4562ce5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/runner.c
Expand Up @@ -237,12 +237,6 @@ static int run_tests(TestReporter *reporter,
}


// Cygwin and MacOSX nm lists external names with a leading '_'
// which dlsym() doesn't want, so we'll have to remove that
// TODO: does not apply for Cygwin any more, MacOS?
#define NM_SYMBOL_TYPE_FIELD " D "


/*----------------------------------------------------------------------*/
const char *test_name_of_element(CgreenVector *tests, int index) {
return get_item_from(tests, index)->test_name;
Expand Down

0 comments on commit 4562ce5

Please sign in to comment.