summaryrefslogtreecommitdiff
path: root/decoder/prob.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/prob.h')
-rw-r--r--decoder/prob.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/decoder/prob.h b/decoder/prob.h
deleted file mode 100644
index bc297870..00000000
--- a/decoder/prob.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _PROB_H_
-#define _PROB_H_
-
-#include "logval.h"
-
-typedef LogVal<double> prob_t;
-
-#endif