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:
nisse
2017-02-20 05:01:01 -08:00
committed by Commit bot
parent e5c27a5db6
commit 21e4e0b0ab
12 changed files with 25 additions and 311 deletions

View File

@ -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_);
}