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

Unified Diff: src/views/mac/skia_mac.mm

Issue 663093004: Clean up some warnings about unused code. (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
« no previous file with comments | « src/images/SkImageDecoder_libjpeg.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/mac/skia_mac.mm
diff --git a/src/views/mac/skia_mac.mm b/src/views/mac/skia_mac.mm
index 393e6d81414a7499763b2946dd747f361f57d01e..c20a402c890bd97c38a6c41d792ccac8794e95b1 100644
--- a/src/views/mac/skia_mac.mm
+++ b/src/views/mac/skia_mac.mm
@@ -11,7 +11,7 @@
int main(int argc, char *argv[]) {
signal(SIGPIPE, SIG_IGN);
- NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
+ /*NSAutoreleasePool* pool = */ [[NSAutoreleasePool alloc] init];
application_init();
int retVal = NSApplicationMain(argc, (const char **)argv);
« no previous file with comments | « src/images/SkImageDecoder_libjpeg.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698