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

Issue 10575019: Gets rid of some warnings in the analyzer for unused code and unused imports (Closed)

Created:
8 years, 6 months ago by zundel
Modified:
8 years, 6 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Gets rid of some warnings in the analyzer for unused code and unused imports Ironically, the code to detect dead code in switch statements was itself dead (holdover from a change I did yesterday) Committed: https://code.google.com/p/dart/source/detail?r=8853

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -49 lines) Patch
M compiler/java/com/google/dart/compiler/ast/LibraryUnit.java View 2 chunks +1 line, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 1 chunk +1 line, -33 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java View 6 chunks +6 lines, -8 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolveVisitor.java View 3 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zundel
8 years, 6 months ago (2012-06-19 14:03:22 UTC) #1
scheglov
8 years, 6 months ago (2012-06-19 14:08:11 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698