summaryrefslogtreecommitdiff
path: root/src/crf.c
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-28 11:17:01 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-28 19:27:54 +0800
commit8ace61933130416a0b8a6b250de681a606439f48 (patch)
treebddeadb4960cecd4b21896ec23238ed31ee237f0 /src/crf.c
parente8e1c91b40c9c82a0fd8373746a7b8cfb130f467 (diff)
CNP save point
CRF and process descriptors seem to work now. It only remains to implement the set of pending actions before I can work on the driver program.
Diffstat (limited to 'src/crf.c')
-rw-r--r--src/crf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crf.c b/src/crf.c
deleted file mode 100644
index 6e215ee..0000000
--- a/src/crf.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "crf.h"
-
-int place(int x) { return x; }