From b0431cc6885bfc71ada725e226c63a1becaa096c Mon Sep 17 00:00:00 2001 From: nvt-se Date: Mon, 13 Jul 2009 20:02:16 +0000 Subject: [PATCH] removed obsolete offset type definitions. --- platform/esb/cfs-coffee-arch.h | 1 - platform/native/cfs-coffee-arch.h | 1 - platform/sky/cfs-coffee-arch.h | 1 - 3 files changed, 3 deletions(-) diff --git a/platform/esb/cfs-coffee-arch.h b/platform/esb/cfs-coffee-arch.h index eea642c4d..31ae1bbdd 100644 --- a/platform/esb/cfs-coffee-arch.h +++ b/platform/esb/cfs-coffee-arch.h @@ -67,6 +67,5 @@ void cfs_coffee_arch_erase(uint16_t sector); typedef int16_t coffee_page_t; -typedef uint16_t coffee_offset_t; #endif /* !COFFEE_ARCH_H */ diff --git a/platform/native/cfs-coffee-arch.h b/platform/native/cfs-coffee-arch.h index a9ed254b5..5e0c85aaa 100644 --- a/platform/native/cfs-coffee-arch.h +++ b/platform/native/cfs-coffee-arch.h @@ -75,6 +75,5 @@ /* Coffee types. */ typedef int16_t coffee_page_t; -typedef int32_t coffee_offset_t; #endif /* !COFFEE_ARCH_H */ diff --git a/platform/sky/cfs-coffee-arch.h b/platform/sky/cfs-coffee-arch.h index 204bc1ecd..902d8ad9e 100644 --- a/platform/sky/cfs-coffee-arch.h +++ b/platform/sky/cfs-coffee-arch.h @@ -70,6 +70,5 @@ /* Coffee types. */ typedef int16_t coffee_page_t; -typedef int32_t coffee_offset_t; #endif /* !COFFEE_ARCH_H */