Commit 544d941b authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Fix lint

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6260 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ff8ed6b7
......@@ -29,7 +29,7 @@
#define V8_V8UTILS_H_
#include "utils.h"
#include "platform.h" // For va_list on Solaris.
#include "platform.h" // For va_list on Solaris.
namespace v8 {
namespace internal {
......
......@@ -78,7 +78,7 @@ void LInstruction::PrintTo(StringStream* stream) {
if (HasPointerMap()) {
stream->Add(" ");
//pointer_map()->PrintTo(stream);
// pointer_map()->PrintTo(stream);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment