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

Issue 11348006: Remove file name from File C++ structure. It is not used. (Closed)

Created:
8 years, 1 month ago by Mads Ager (google)
Modified:
8 years, 1 month ago
Reviewers:
Søren Gjesse, aam-me
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove file name from File C++ structure. It is not used. Currently, the field is being assigned a string that we immediately deallocate leaving the field invalid. Since it is not used we should get rid of it. R=aprelev@gmail.com,sgjesse@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=14188

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -12 lines) Patch
M runtime/bin/file.h View 2 chunks +1 line, -4 lines 0 comments Download
M runtime/bin/file_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/file_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/file_macos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/file_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/file_win.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 1 month ago (2012-10-29 11:47:07 UTC) #1
aam-me
LGTM!
8 years, 1 month ago (2012-10-29 11:55:27 UTC) #2
Søren Gjesse
8 years, 1 month ago (2012-10-29 11:57:35 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698