diff options
author | djsollen <djsollen@google.com> | 2014-10-30 11:39:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-30 11:39:13 -0700 |
commit | a3a706fcd4cc9376a1223a53f57589f29d4a36ea (patch) | |
tree | ea78c6b8cd07aaddd79837f74818c12b076d0d1b /src | |
parent | f037e0bf138a4e842f39e19864d05010a54950c9 (diff) |
Cleanup android to ensure it can compile with clang
Review URL: https://codereview.chromium.org/694533002
Diffstat (limited to 'src')
-rw-r--r-- | src/ports/SkDebug_android.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ports/SkDebug_android.cpp b/src/ports/SkDebug_android.cpp index b41abd3091..2795c0444a 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> |