summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpopcancel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/_httpopcancel.cpp')
-rw-r--r--indra/llcorehttp/_httpopcancel.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/llcorehttp/_httpopcancel.cpp b/indra/llcorehttp/_httpopcancel.cpp
index 69dbff4bb4..ad624d2e57 100644
--- a/indra/llcorehttp/_httpopcancel.cpp
+++ b/indra/llcorehttp/_httpopcancel.cpp
@@ -66,17 +66,6 @@ void HttpOpCancel::stageFromRequest(HttpService * service)
}
-void HttpOpCancel::visitNotifier(HttpRequest * request)
-{
- if (mLibraryHandler)
- {
- HttpResponse * response = new HttpResponse();
- mLibraryHandler->onCompleted(static_cast<HttpHandle>(this), response);
- response->release();
- }
-}
-
-
} // end namespace LLCore