diff options
author | Christian <c@ethdev.com> | 2014-10-20 20:00:37 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-20 22:23:49 +0800 |
commit | be885dc3cf3da61278a22493b6c7510c6121e0a9 (patch) | |
tree | 1e602ffa535b058692d480fe1942a2139dcc6bbb /NameAndTypeResolver.h | |
parent | f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca (diff) | |
download | dexon-solidity-be885dc3cf3da61278a22493b6c7510c6121e0a9.tar.gz dexon-solidity-be885dc3cf3da61278a22493b6c7510c6121e0a9.tar.zst dexon-solidity-be885dc3cf3da61278a22493b6c7510c6121e0a9.zip |
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
pointer.
Diffstat (limited to 'NameAndTypeResolver.h')
-rw-r--r-- | NameAndTypeResolver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NameAndTypeResolver.h b/NameAndTypeResolver.h index 076b1389..62545456 100644 --- a/NameAndTypeResolver.h +++ b/NameAndTypeResolver.h @@ -23,7 +23,6 @@ #pragma once #include <map> - #include <boost/noncopyable.hpp> #include <libsolidity/Scope.h> |