Skip to content

Commit

Permalink
llscan: fix lint
Browse files Browse the repository at this point in the history
PR-URL: nodejs#59
Reviewed-By: Howard Hellyer <[email protected]>
  • Loading branch information
indutny committed Dec 5, 2016
1 parent 5d23c6d commit 3fd5d0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/llscan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ void FindReferencesCmd::ReferenceScanner::PrintRefs(

void FindReferencesCmd::PropertyScanner::PrintRefs(
SBCommandReturnObject& result, v8::JSObject& js_obj, v8::Error& err) {

// (Note: We skip array elements as they don't have names.)

// Walk all the properties in this object.
Expand Down Expand Up @@ -760,7 +759,6 @@ uint64_t FindJSObjectsVisitor::Visit(uint64_t location, uint64_t word) {

MapCacheEntry map_info;
if (map_cache_.count(map.raw()) == 0) {

// Check type first
map_info.is_histogram = IsAHistogramType(map, err);

Expand Down

0 comments on commit 3fd5d0b

Please sign in to comment.