Revision: 18074
Author:   [email protected]
Date:     Tue Nov 26 13:46:57 2013 UTC
Log:      Experimental parser: cleanup.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/88353002
http://code.google.com/p/v8/source/detail?r=18074

Modified:
 /branches/experimental/parser/src/lexer/experimental-scanner.h

=======================================
--- /branches/experimental/parser/src/lexer/experimental-scanner.h Tue Nov 26 13:37:30 2013 UTC +++ /branches/experimental/parser/src/lexer/experimental-scanner.h Tue Nov 26 13:46:57 2013 UTC
@@ -273,7 +273,6 @@

  private:
   Handle<String> source_handle_;
-  YYCTYPE yych;
   const YYCTYPE* buffer_;
   const YYCTYPE* buffer_end_;
   const YYCTYPE* start_;
@@ -282,16 +281,6 @@
 };


-template<>
-void ExperimentalScanner<uint8_t>::Scan();
-
-template<>
-void ExperimentalScanner<uint16_t>::Scan();
-
-template<>
-void ExperimentalScanner<int8_t>::Scan();
-
-
 template<typename YYCTYPE>
 uc32 ExperimentalScanner<YYCTYPE>::ScanHexNumber(int length) {
   // We have seen \uXXXX, let's see what it is.

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to