diff options
author | Gav Wood <i@gavwood.com> | 2014-05-26 18:12:22 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-05-26 18:12:22 +0800 |
commit | e2d327308d9024cbbb80ea21c056f38591319234 (patch) | |
tree | 38d3d042843557dabc74e347f50775bf4a793ce0 /CodeFragment.h | |
parent | 48f6bad8a3f0290f0439545c799d725a2d5b2d54 (diff) | |
download | dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar.gz dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar.bz2 dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar.lz dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar.xz dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.tar.zst dexon-solidity-e2d327308d9024cbbb80ea21c056f38591319234.zip |
Assembler.
Debug trace stuff.
Diffstat (limited to 'CodeFragment.h')
-rw-r--r-- | CodeFragment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CodeFragment.h b/CodeFragment.h index cee7da3b..9f312cda 100644 --- a/CodeFragment.h +++ b/CodeFragment.h @@ -32,8 +32,6 @@ namespace sp = boost::spirit; namespace eth { -void debugOutAST(std::ostream& _out, sp::utree const& _this); - class CompilerState; class CodeFragment |