Delete webrtc/base/common.h
BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2684613002 Cr-Commit-Position: refs/heads/master@{#16718}
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
|
||||
#include "webrtc/base/asyncsocket.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/base/common.h"
|
||||
#include "webrtc/base/httpserver.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/socketstream.h"
|
||||
@ -223,7 +222,6 @@ HttpServer::Connection::onHttpComplete(HttpMode mode, HttpError err) {
|
||||
|
||||
void
|
||||
HttpServer::Connection::onHttpClosed(HttpError err) {
|
||||
RTC_UNUSED(err);
|
||||
server_->Remove(connection_id_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user