diff options
Diffstat (limited to 'src/LYGetFile.c')
-rw-r--r-- | src/LYGetFile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/LYGetFile.c b/src/LYGetFile.c index a6ed48d3..3b06cc92 100644 --- a/src/LYGetFile.c +++ b/src/LYGetFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYGetFile.c,v 1.93 2015/04/06 10:33:23 tom Exp $ */ +/* $LynxId: LYGetFile.c,v 1.94 2016/11/24 15:35:29 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <HTAnchor.h> /* Anchor class */ @@ -1279,8 +1279,6 @@ static struct trust *new_trust(const char *src, const char *path, int type) if (tp == NULL) outofmem(__FILE__, "new_trust"); - assert(tp != NULL); - tp->type = type; StrAllocCopy(tp->src, src); StrAllocCopy(tp->path, path); |