aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-15 01:50:17 +0000
committerDavid Robillard <d@drobilla.net>2009-03-15 01:50:17 +0000
commit7835b04c2ae2f564abf90458e9d57d038a0387b8 (patch)
tree484099d3e4301c3db089af4453bf147c40465f03 /tuplr.hpp
parentbd68b2c74ed41efcad5a965ad81abacb17235aad (diff)
downloadresp-7835b04c2ae2f564abf90458e9d57d038a0387b8.tar.gz
resp-7835b04c2ae2f564abf90458e9d57d038a0387b8.tar.bz2
resp-7835b04c2ae2f564abf90458e9d57d038a0387b8.zip
Tidy.
git-svn-id: http://svn.drobilla.net/resp/tuplr@91 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index 1d858f8..d7f7350 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -74,11 +74,6 @@ struct LAddr {
unsigned up, over;
};
-inline ostream& operator<<(ostream& out, const LAddr& addr) {
- out << addr.up << ":" << addr.over;
- return out;
-}
-
/// Generic Lexical Environment
template<typename K, typename V>
struct Env : public list< vector< pair<K,V> > > {