mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1734 from Hixie/sentinel-fix
Remove an unused constant.
This commit is contained in:
commit
b3a3d1b142
@ -18,7 +18,6 @@ namespace shell {
|
||||
|
||||
const char kBaseTraceStart[] = "{\"traceEvents\":[";
|
||||
const char kBaseTraceEnd[] = "]}";
|
||||
const char kSentinel[] = "\0";
|
||||
|
||||
TracingController::TracingController()
|
||||
: view_(nullptr), picture_tracing_enabled_(false), weak_factory_(this) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user