diff options
Diffstat (limited to 'decoder/inside_outside.h')
-rw-r--r-- | decoder/inside_outside.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoder/inside_outside.h b/decoder/inside_outside.h index 48e31bb3..739b46fd 100644 --- a/decoder/inside_outside.h +++ b/decoder/inside_outside.h @@ -124,9 +124,6 @@ struct InsideOutsides { KType compute(Hypergraph const& hg,KWeightFunction const& kwf=KWeightFunction()) { return compute(hg,Outside1<KType>(),kwf); } - template <class KWeightFunction> - KType compute_inside(Hypergraph const& hg,KWeightFunction const& kwf=KWeightFunction()) { - } template <class KWeightFunction,class O1> KType compute(Hypergraph const& hg,O1 outside1,KWeightFunction const& kwf=KWeightFunction()) { |