diff options
author | chriseth <c@ethdev.com> | 2015-05-15 21:27:31 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-05-15 21:27:31 +0800 |
commit | 33e708605881614acefaae2c324732299d7f61fb (patch) | |
tree | 82e8a1c35677479ec7ec06a5c695f8ddf89dd720 /InterfaceHandler.h | |
parent | da121c9a26f36e34b6018fd840e6506b38f8546d (diff) | |
download | dexon-solidity-33e708605881614acefaae2c324732299d7f61fb.tar.gz dexon-solidity-33e708605881614acefaae2c324732299d7f61fb.tar.zst dexon-solidity-33e708605881614acefaae2c324732299d7f61fb.zip |
Succint interfaces.
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r-- | InterfaceHandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h index 6aa3f72d..40518189 100644 --- a/InterfaceHandler.h +++ b/InterfaceHandler.h @@ -108,8 +108,6 @@ private: std::string const& _tag, CommentOwner _owner); - Json::StyledWriter m_writer; - // internal state DocTagType m_lastTag; std::string m_notice; |