From 58e37bf06ce31227e18e7ff0f74675b56933843e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Jan 2013 19:04:24 -0500 Subject: Remove outdated code. This code should not be necessary anymore since June 2010 with commit: 90acbcf20b5f896ca8f631923afe946c90d90de7 --- src/providers/proxy/proxy_common.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/providers') diff --git a/src/providers/proxy/proxy_common.c b/src/providers/proxy/proxy_common.c index b50e1138..6d5c455c 100644 --- a/src/providers/proxy/proxy_common.c +++ b/src/providers/proxy/proxy_common.c @@ -27,15 +27,5 @@ void proxy_reply(struct be_req *req, int dp_err, int error, const char *errstr) { - if (!req->be_ctx->offstat.offline) { - /* This action took place online. - * Fire any online callbacks if necessary. - * Note: we're checking the offline value directly, - * because if the activity took a long time to - * complete, calling be_is_offline() might report false - * incorrectly. - */ - be_run_online_cb(req->be_ctx); - } return req->fn(req, dp_err, error, errstr); } -- cgit