From ba010851fafea3da0d0655b103158f0a9efe6406 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 19 Dec 2022 21:46:52 +0000 Subject: Remove lib/x1000-installer Carrying this library is somewhat of a maintenance burden because some Rockbox APIs are mocked or duplicated in the test suite and thus need to be fixed up when refactoring. It's also unused & incomplete, so there's no good reason to keep it in tree any more. Change-Id: If39c62744b4edc0d81b1b6608ee5df69430e6581 --- lib/x1000-installer/test_lib/system.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/x1000-installer/test_lib/system.h (limited to 'lib/x1000-installer/test_lib/system.h') diff --git a/lib/x1000-installer/test_lib/system.h b/lib/x1000-installer/test_lib/system.h deleted file mode 100644 index b0a5076ba9..0000000000 --- a/lib/x1000-installer/test_lib/system.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SYSTEM_H -#define SYSTEM_H - -#define CACHEALIGN_SIZE 1 -#define CACHEALIGN_BUFFER(x,y) do { } while(0) -#define MIN(a, b) (((a)<(b))?(a):(b)) -#define ALIGN_BUFFER(ptr, size, align) do { } while(0) -#define ALIGN_UP_P2(x, p) (((x) + ((1 << (p)) - 1)) & ~((1 << (p)) - 1)) - -#endif -- cgit v1.2.3