Commit 28b57ace by Aaron Leung

Getting rid of a comment.

parent d97b611a
...@@ -66,7 +66,6 @@ namespace Sass { ...@@ -66,7 +66,6 @@ namespace Sass {
doc.source = src; doc.source = src;
doc.end = src + std::strlen(src); doc.end = src + std::strlen(src);
doc.position = doc.end; doc.position = doc.end;
// doc.context.source_refs.push_back(src); // we don't own src
return doc; return doc;
} }
......
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