aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index bd4788c..093f95c 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -213,9 +213,6 @@ struct Funcs : public list< pair<AType*, CFunction> > {
return f->second;
return NULL;
}
- void insert(AType* type, CFunction func) {
- push_back(make_pair(type, func));
- }
};
/// Closure (first-class function with captured lexical bindings)