diff options
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r-- | tests/un/matrix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/un/matrix.c b/tests/un/matrix.c index deb9e4c..60fd9a5 100644 --- a/tests/un/matrix.c +++ b/tests/un/matrix.c @@ -1,8 +1,5 @@ #include <ungrateful.h> int main() { - f32 output[UN_MATRIX_SIZE]; - u64 i; - return 0; } |