From c59fe5fe4739f0c61560f05d4e42b4e552219b27 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 May 2011 02:18:52 +0000 Subject: asy 2.10 git-svn-id: svn://tug.org/texlive/trunk@22633 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/env.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Build/source/utils/asymptote/env.cc') diff --git a/Build/source/utils/asymptote/env.cc b/Build/source/utils/asymptote/env.cc index 91edfd41754..09d16f21a04 100644 --- a/Build/source/utils/asymptote/env.cc +++ b/Build/source/utils/asymptote/env.cc @@ -1,5 +1,5 @@ /***** - * env.h + * env.cc * Andy Hammerlindl 2002/6/20 * * Keeps track of the namespaces of variables and types when traversing @@ -13,10 +13,6 @@ using namespace types; -namespace absyntax { -void clearCachedCalls(); -} - namespace trans { // Instances of this class are passed to types::ty objects so that they can call @@ -88,7 +84,6 @@ bool protoenv::castable(ty *target, ty *source, symbol name) { return ct.test(target,source); } -#ifdef FASTCAST bool protoenv::fastCastable(ty *target, ty *source) { assert(target->kind != types::ty_overloaded); assert(target->kind != types::ty_error); @@ -150,7 +145,6 @@ access *protoenv::fastLookupCast(ty *target, ty *source) { // Fall back on slow routine. return lookupCast(target, source, symbol::castsym); } -#endif ty *protoenv::castTarget(ty *target, ty *source, symbol name) { -- cgit v1.2.3