Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: src/ports/SkDebug_android.cpp

Issue 694533002: Cleanup android to ensure it can compile with clang (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« include/views/SkOSWindow_Android.h ('K') | « include/views/SkOSWindow_Android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkDebug_android.cpp
diff --git a/src/ports/SkDebug_android.cpp b/src/ports/SkDebug_android.cpp
index b41abd309110bba5a0600344828548d0a2d6e97b..2795c0444a1bf5b907f77d0e5d91590e0e0c039e 100644
--- a/src/ports/SkDebug_android.cpp
+++ b/src/ports/SkDebug_android.cpp
@@ -10,8 +10,6 @@
#include "SkTypes.h"
#include <stdio.h>
-static const size_t kBufferSize = 256;
-
#define LOG_TAG "skia"
#include <android/log.h>
« include/views/SkOSWindow_Android.h ('K') | « include/views/SkOSWindow_Android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698