aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-11-21 01:33:23 +0800
committerChristian <c@ethdev.com>2014-11-24 04:28:44 +0800
commitc50cd646ce3b8b6c20da747efee89f9420526cae (patch)
treea6ebf3a1fe6088d9b8c5e3d4f36caa09bfd3fdd7 /Token.h
parentfa987e0a206bba35cfe6e311f8bad1470d9b5d4f (diff)
downloaddexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar.gz
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar.bz2
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar.lz
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar.xz
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.tar.zst
dexon-solidity-c50cd646ce3b8b6c20da747efee89f9420526cae.zip
Contracts as types and framework for special global variables.
Diffstat (limited to 'Token.h')
-rw-r--r--Token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Token.h b/Token.h
index 52448752..8974ca1a 100644
--- a/Token.h
+++ b/Token.h
@@ -160,7 +160,6 @@ namespace solidity
K(RETURNS, "returns", 0) \
K(STRUCT, "struct", 0) \
K(SWITCH, "switch", 0) \
- K(THIS, "this", 0) \
K(VAR, "var", 0) \
K(WHILE, "while", 0) \
\