diff --git a/pub/lib/node.cpp b/pub/lib/node.cpp
index 8e19eb79d7570f87b0524714d7da70c86fb91d46..484bbd48be0b90f43e549bb7f74685db3b1c4460 100644
--- a/pub/lib/node.cpp
+++ b/pub/lib/node.cpp
@@ -1165,7 +1165,6 @@ RObjVecDbl CNodeConv::convolve( const CContext& ctx, double theshift, const CSpe
                 dret->dv[i] = sqrt(dret->dv[i]) * conv_step / conv_norm;
         }
     } else { // simplest version: non-equidistant x_out and x_res.
-        throw S("BROKEN CODE (tt never used)");
         ret->v.assign( n, 0. );
         if( dret )
             dret->dv.assign( n, 0. );