From dde5b979d2a3d69767e86c8abfffda82538c32a0 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 27 Dec 2008 02:36:24 +0000 Subject: Remove dead code. (Coverity ID 2) --- crypto/dso/dso_lib.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crypto') diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c index 75ac66707d..8a15b794ab 100644 --- a/crypto/dso/dso_lib.c +++ b/crypto/dso/dso_lib.c @@ -399,13 +399,6 @@ char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) DSOerr(DSO_F_DSO_MERGE,ERR_R_PASSED_NULL_PARAMETER); return(NULL); } - if(filespec1 == NULL) - filespec1 = dso->filename; - if(filespec1 == NULL) - { - DSOerr(DSO_F_DSO_MERGE,DSO_R_NO_FILE_SPECIFICATION); - return(NULL); - } if((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) { if(dso->merger != NULL) -- cgit v1.2.3