changeset 21923:a4eaf4ba3f90

lib-http: Remove unnecessary enum declaration. Most of these were removed by a8fe899601735459641edae975c0fa08be8482e2
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 07 Apr 2017 09:28:55 +0300
parents a7c6ecdaaef8
children 2f1a7c1007d7
files src/lib-http/http-client-private.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-http/http-client-private.h	Wed Apr 05 14:14:57 2017 +0300
+++ b/src/lib-http/http-client-private.h	Fri Apr 07 09:28:55 2017 +0300
@@ -24,8 +24,6 @@
  * Types
  */
 
-enum http_response_payload_type;
-
 struct http_client_host;
 struct http_client_queue;
 struct http_client_peer;