From 01245f84e48b9f92c8a40a95c58ba6ebfeb6f252 Mon Sep 17 00:00:00 2001 From: VinhTA-Computer-Master <75757727+VinhTA-Computer-Master@users.noreply.github.com> Date: Sun, 16 Jan 2022 10:51:54 -0700 Subject: [PATCH] Delete fib.c~ --- benchmarks/fibonacci/fib.c~ | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 benchmarks/fibonacci/fib.c~ diff --git a/benchmarks/fibonacci/fib.c~ b/benchmarks/fibonacci/fib.c~ deleted file mode 100644 index 5f9b69e9c..000000000 --- a/benchmarks/fibonacci/fib.c~ +++ /dev/null @@ -1,37 +0,0 @@ -#include - -/*int fibonacci(int count){ - int ret=1; - int prev=1; - #pragma CGRA - for(int i=1; i