aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-15 22:26:31 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-15 22:26:31 +0800
commitfc7ce090eaaf1f9afefedd20fb63ca4b3a41eb39 (patch)
tree68bcb9d12bfd5e2d114173e7959517f666a78c78 /types.h
parent8ac9aa9f90b608421098efb563a065f8787dbd6f (diff)
fix mem leak in ext_repr
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 3b948e4..6c3ae54 100644
--- a/types.h
+++ b/types.h
@@ -33,7 +33,6 @@ static const int NUM_LVL_REAL = 1;
static const int NUM_LVL_RAT = 2;
static const int NUM_LVL_INT = 3;
-typedef set<EvalObj*> EvalObjAddrHash;
typedef vector<EvalObj*> EvalObjVec;
typedef map<string, EvalObj*> Str2EvalObj;
typedef EvalObj* (*BuiltinProc)(Pair *, const string &);