Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/JsValue.h

Issue 4819958101966848: Noissue - Remove obvious comment (Closed)
Patch Set: Created Aug. 28, 2014, 11:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/JsValue.h
===================================================================
--- a/include/AdblockPlus/JsValue.h
+++ b/include/AdblockPlus/JsValue.h
@@ -37,8 +37,6 @@
typedef std::tr1::shared_ptr<JsValue> JsValuePtr;
typedef std::vector<AdblockPlus::JsValuePtr> JsValueList;
-
- // Forward declaration to avoid including JsEngine.h
typedef std::tr1::shared_ptr<JsEngine> JsEnginePtr;
class JsValue
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld