diff options
author | Patrik Nyblom <[email protected]> | 2013-02-18 15:12:00 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-02-18 15:12:00 +0100 |
commit | d017d6d6dff3c709989fec37fff40bc0dd715128 (patch) | |
tree | 852859da57f260c39b8653589e66ed6af3b178aa | |
parent | 06f8e4e5a26ed2bd7b2388f4988b30521c4a1fa6 (diff) | |
download | otp-d017d6d6dff3c709989fec37fff40bc0dd715128.tar.gz otp-d017d6d6dff3c709989fec37fff40bc0dd715128.tar.bz2 otp-d017d6d6dff3c709989fec37fff40bc0dd715128.zip |
Remove newly introduced warning in erlexec.c
-rw-r--r-- | erts/etc/common/erlexec.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 02615f9ef1..9d674a7c65 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -145,13 +145,6 @@ static char *plusr_val_switches[] = { NULL }; -/* +pc arguments with values */ -static char *pluspc_val_switches[] = { - "latin1", - "unicode", - NULL -}; - /* +z arguments with values */ static char *plusz_val_switches[] = { "dbbl", |