Reviewers: jkummerow,

Message:
PTAL at the shortest CL ever :)

Description:
Removed unnecessary semicolon.


Please review this at http://codereview.chromium.org/7383009/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M preparser/preparser-process.cc


Index: preparser/preparser-process.cc
diff --git a/preparser/preparser-process.cc b/preparser/preparser-process.cc
index d7c96f0c735a2530adc58cb261a3966875a4647d..e67851cbd4bb7b943371c7aa6673ef3c191b3b39 100644
--- a/preparser/preparser-process.cc
+++ b/preparser/preparser-process.cc
@@ -208,7 +208,7 @@ void fail(v8::PreParserData* data, const char* message, ...) {
     fflush(stderr);
   }
   exit(EXIT_FAILURE);
-};
+}


 bool IsFlag(const char* arg) {


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to