Remove obsolete TODO.

It's fine that system_wrappers depends on rtc_base; the circular
dependency between them has been resolved.

Bug: webrtc:6828
Change-Id: Ibdc04c1ce30aafade7e9045f38f34370f8ac514b
Reviewed-on: https://webrtc-review.googlesource.com/38721
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21570}
This commit is contained in:
Patrik Höglund 2018-01-11 11:10:47 +01:00 committed by Commit Bot
parent e5a93a7201
commit b3fb9389b2

View File

@ -93,7 +93,6 @@ rtc_static_library("system_wrappers") {
# Windows needs ../rtc_base:rtc_base due to include of
# webrtc/rtc_base/win32.h in source/clock.cc.
# TODO(kjellander): Remove (bugs.webrtc.org/6828)
deps += [ "../rtc_base:rtc_base" ]
}