summaryrefslogtreecommitdiffstats
path: root/floatprops.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-02-14 16:47:49 -0500
committerErik Schnetter <schnetter@gmail.com>2013-02-14 16:47:49 -0500
commitb1002cbda981d3b0fbc00d7eee39c2b841a0aed6 (patch)
tree3f5c0796e0a6ab5f30261a3e18268ef5ac7aa0b7 /floatprops.h
parent53513af7a6b900598df7ddbb0f5fe199a66b9cd9 (diff)
downloadvecmathlib-b1002cbda981d3b0fbc00d7eee39c2b841a0aed6.zip
vecmathlib-b1002cbda981d3b0fbc00d7eee39c2b841a0aed6.tar.gz
Remove unused functions
Diffstat (limited to 'floatprops.h')
-rw-r--r--floatprops.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/floatprops.h b/floatprops.h
index e13a203..8d4ddcf 100644
--- a/floatprops.h
+++ b/floatprops.h
@@ -187,19 +187,6 @@ namespace vecmathlib {
- template<typename int_t>
- inline typename intprops<int_t>::real_t as_float(int_t x)
- {
- typedef typename intprops<int_t>::real_t real_t;
- return floatprops<real_t>::as_float(x);
- }
-
- template<typename real_t>
- inline typename floatprops<real_t>::int_t as_int(real_t x)
- {
- return floatprops<real_t>::as_int(x);
- }
-
} // namespace vecmathlib
#endif // #ifndef FLOATPROPS_H
OpenPOWER on IntegriCloud