aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-06 01:02:35 +0000
committerDavid Robillard <d@drobilla.net>2009-03-06 01:02:35 +0000
commit9817384a0e3d8fa2029eeb4dd62b707735c19110 (patch)
tree39e08c1d93f968250982504a031846b9aed80e4a /tuplr.cpp
parentfd2f7c3d6f43e2d6b102189073c647570d012fe9 (diff)
downloadresp-9817384a0e3d8fa2029eeb4dd62b707735c19110.tar.gz
resp-9817384a0e3d8fa2029eeb4dd62b707735c19110.tar.bz2
resp-9817384a0e3d8fa2029eeb4dd62b707735c19110.zip
Fully remove LLVM dependency from core code.
git-svn-id: http://svn.drobilla.net/resp/tuplr@52 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.cpp')
-rw-r--r--tuplr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tuplr.cpp b/tuplr.cpp
index 24bfea7..6df6fec 100644
--- a/tuplr.cpp
+++ b/tuplr.cpp
@@ -21,7 +21,6 @@
#define FOREACH(IT, i, c) for (IT i = (c).begin(); i != (c).end(); ++i)
using namespace std;
-using namespace llvm;
using boost::format;
Funcs ASTConsCall::funcs;