Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/pool.hh')
-rw-r--r--util/pool.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/pool.hh b/util/pool.hh
index 962acb33a..771dff8af 100644
--- a/util/pool.hh
+++ b/util/pool.hh
@@ -25,13 +25,11 @@ class Pool {
}
}
- /*
template<typename T>
void *Allocate() {
void *ret = Allocate(sizeof(T));
return ret;
}
- */
void FreeAll();