remove -C,-E and -U command line options

This commit is contained in:
Paul Davis 2019-07-18 14:01:09 -06:00
parent b058356d1e
commit 0d1d6d6975
4 changed files with 0 additions and 35 deletions

View file

@ -393,10 +393,6 @@ int main (int argc, char *argv[])
exit (EXIT_FAILURE);
}
if (curvetest_file) {
return curvetest (curvetest_file);
}
#ifndef PLATFORM_WINDOWS
if (::signal (SIGPIPE, sigpipe_handler)) {
cerr << _("Cannot xinstall SIGPIPE error handler") << endl;