aboutsummaryrefslogtreecommitdiffstats
path: root/src/gc.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
committerDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
commit104ad6fde8f16f6f10fc1e94492f7358748abb57 (patch)
tree10e7452bceb13889322d508a07019162747de2ee /src/gc.cpp
parent8aa28fc6f34208ce3562dd8edcbecd028a61fd17 (diff)
downloadresp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.gz
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.bz2
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.zip
Normalise EOF.
git-svn-id: http://svn.drobilla.net/resp/tuplr@168 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/gc.cpp')
-rw-r--r--src/gc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gc.cpp b/src/gc.cpp
index 9e964b4..e76bb2c 100644
--- a/src/gc.cpp
+++ b/src/gc.cpp
@@ -93,4 +93,3 @@ GC::collect(const Roots& roots)
}
//std::cerr << "[GC] Collect " << oldSize << " => " << _heap.size() << endl;
}
-