From 1f52b2d514ac12bfbcb97f4ed3eb556d5e38739d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 31 Jan 2017 22:56:45 +0000 Subject: remove unused fetch acessor --- content/fetch.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 51e08cfc3..5521778ea 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -158,13 +158,6 @@ void fetch_change_callback(struct fetch *fetch, fetch_callback callback, void *p */ long fetch_http_code(struct fetch *fetch); -/** - * Determine if a fetch was verifiable - * - * \param fetch Fetch to consider - * \return Verifiable status of fetch - */ -bool fetch_get_verifiable(struct fetch *fetch); /** * Free a linked list of fetch_multipart_data. -- cgit v1.2.3