From: Ilia Alshanetsky Date: Sat, 25 Jan 2003 18:55:07 +0000 (+0000) Subject: Removed unneeded code. X-Git-Tag: PHP_5_0_dev_before_13561_fix~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef021e896496736e7d5d9a11dc0f030ba08056ab;p=php Removed unneeded code. --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 7223210773..b5f8ae8b53 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -449,16 +449,6 @@ EXEC SQL END DECLARE SECTION; return; } - if (!host) { - host = ""; - } - if (!user) { - user = ""; - } - if (!passwd) { - passwd = ""; - } - hashed_details_length = sizeof("ifx___") - 1 + host_len + user_len + passwd_len; hashed_details = (char *) emalloc(hashed_details_length+1); sprintf(hashed_details,"ifx_%s_%s_%s", host, user, passwd);