Delete system_wrappers logging facility.

BUG=webrtc:5118

Review-Url: https://codereview.webrtc.org/2796353002
Cr-Commit-Position: refs/heads/master@{#17561}
This commit is contained in:
nisse
2017-04-06 03:53:06 -07:00
committed by Commit bot
parent be77920021
commit 639d46a7ab
8 changed files with 2 additions and 258 deletions

View File

@ -15,11 +15,11 @@
#include "webrtc/base/checks.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
#include "webrtc/modules/audio_processing/aec3/block_processor.h"
#include "webrtc/modules/audio_processing/aec3/decimator_by_4.h"
#include "webrtc/modules/audio_processing/aec3/fft_data.h"
#include "webrtc/system_wrappers/include/logging.h"
namespace webrtc {
namespace {