X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/d43e8671acc5709c192e159e0d91626f0677cdf1..7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb:/src/matrix.c 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(