diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-07-14 20:42:22 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-07-14 20:42:22 -0400 |
commit | a302d8717ec80ee415db0e6ecd01399ea055e9ca (patch) | |
tree | 77ccf24a09b9e9a3f54a1f255a412345b7e67b49 /usr/src/cmd/sgs/dump/common/dump.c | |
parent | 054c6cfb7c5aeb9e46a8f23d52de715370d56595 (diff) | |
parent | 62d03eda78495dc4dc79a65a6b1899e11dc34b12 (diff) | |
download | illumos-joyent-OS-8395.tar.gz |
Merge branch 'master' into OS-8395OS-8395
Diffstat (limited to 'usr/src/cmd/sgs/dump/common/dump.c')
-rw-r--r-- | usr/src/cmd/sgs/dump/common/dump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/cmd/sgs/dump/common/dump.c b/usr/src/cmd/sgs/dump/common/dump.c index 204c0d52f1..20acf25d3d 100644 --- a/usr/src/cmd/sgs/dump/common/dump.c +++ b/usr/src/cmd/sgs/dump/common/dump.c @@ -2010,11 +2010,6 @@ main(int argc, char *argv[], char *envp[]) char *optstr = OPTSTR; /* option string used by getopt() */ int optchar; - /* - * Check for a binary that better fits this architecture. - */ - (void) conv_check_native(argv, envp); - prog_name = argv[0]; (void) setlocale(LC_ALL, ""); |