diff options
author | Josh Blum | 2012-08-20 19:59:10 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-26 16:03:51 -0700 |
commit | 9245a625b6119143934adeb09a1782a4ed3d5b22 (patch) | |
tree | a87ec0f9a34e311185da2a10150e7a4502051bcf /lib/block.cpp | |
parent | 393b21d91d8d5a7c80ea9be6a42909e4dffe385c (diff) | |
download | sandhi-9245a625b6119143934adeb09a1782a4ed3d5b22.tar.gz sandhi-9245a625b6119143934adeb09a1782a4ed3d5b22.tar.bz2 sandhi-9245a625b6119143934adeb09a1782a4ed3d5b22.zip |
runtime: whole project compiling
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index ce94c76..3719b24 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -195,11 +195,6 @@ void Block::get_tags_in_range( } } -static int mylround(double x) -{ - return int(x + 0.5); -} - void Block::forecast( int noutput_items, std::vector<int> &ninput_items_required |