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