From 4d29c7d5cec6d6261431ea705ceab500768c3e3a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 4 Feb 2016 10:59:36 -0800 Subject: [core] Remove Response::Error::Reason::Canceled There is no such thing as a cancelled response, only cancelled requests. A request that is cancelled does not have its callback called with a Response. --- include/mbgl/storage/response.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl/storage/response.hpp') diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp index 29af5281fe..a44902e1f9 100644 --- a/include/mbgl/storage/response.hpp +++ b/include/mbgl/storage/response.hpp @@ -38,7 +38,6 @@ public: NotFound = 2, Server = 3, Connection = 4, - Canceled = 5, Other = 6, } reason = Reason::Other; -- cgit v1.2.1