aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerContext.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-06-24 23:25:36 +0800
committerchriseth <c@ethdev.com>2015-06-25 01:34:43 +0800
commite5ae5955b97009233fc46ac04070073750240698 (patch)
tree9781a740e3dc3f63110dece7127adcbdd3019380 /CompilerContext.h
parent1add48a652ea695032d8c664fad3ea84afbfb9ea (diff)
downloaddexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar.gz
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar.bz2
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar.lz
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar.xz
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.tar.zst
dexon-solidity-e5ae5955b97009233fc46ac04070073750240698.zip
Initialisation of memory types.
Diffstat (limited to 'CompilerContext.h')
-rw-r--r--CompilerContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CompilerContext.h b/CompilerContext.h
index 998b0a2f..3f97d900 100644
--- a/CompilerContext.h
+++ b/CompilerContext.h
@@ -46,7 +46,6 @@ public:
void addStateVariable(VariableDeclaration const& _declaration, u256 const& _storageOffset, unsigned _byteOffset);
void addVariable(VariableDeclaration const& _declaration, unsigned _offsetToCurrent = 0);
void removeVariable(VariableDeclaration const& _declaration);
- void addAndInitializeVariable(VariableDeclaration const& _declaration);
void setCompiledContracts(std::map<ContractDefinition const*, bytes const*> const& _contracts) { m_compiledContracts = _contracts; }
bytes const& getCompiledContract(ContractDefinition const& _contract) const;