abouttreesummaryrefslogcommitdiff
path: root/src/matrix.c
diff options
context:
space:
mode:
authorPatrick2023-05-16 17:03:50 +0200
committerPatrick2023-05-16 17:03:50 +0200
commit7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb (patch)
tree3a634529c1bee00d2ea98f7d42d9b8cfca6a1410 /src/matrix.c
parentd43e8671acc5709c192e159e0d91626f0677cdf1 (diff)
downloadmatrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.tar.gz
matrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.zip
refactor fixedbuffer, add mjson
Diffstat (limited to 'src/matrix.c')
-rw-r--r--src/matrix.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/matrix.c b/src/matrix.c
index bc0f1ca..082806a 100644
--- a/src/matrix.c
+++ b/src/matrix.c
@@ -1,16 +1,5 @@
#include "matrix.h"
-FixedBuffer
-FixedBuf(const char * str)
-{
- int len = strlen(str);
- FixedBuffer result;
- result.ptr = (char *)str;
- result.size = len;
- result.len = len;
- return result;
-}
-
bool
MatrixClientInit(