summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2007-08-28 20:20:02 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2007-08-28 20:20:02 -0700
commit8e47a4b41eaa9cba034c5205fecf8878d9cec9f0 (patch)
tree25d61f59d81dda5c438c2bc36dc599aa3e10599f
parent0c02b0f9093f68ec7277adec13b0e85ed9928fcc (diff)
downloadps3-utils-8e47a4b41eaa9cba034c5205fecf8878d9cec9f0.tar.gz
Remove unused struct entry.
-rw-r--r--lib/flash-db.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/flash-db.c b/lib/flash-db.c
index f60ba58..6de9549 100644
--- a/lib/flash-db.c
+++ b/lib/flash-db.c
@@ -35,11 +35,6 @@ struct index {
uint8_t key:3;
};
-struct entry {
- struct os_area_db_id id;
- uint64_t value;
-};
-
struct iterator {
const struct os_area_db *db;
struct os_area_db_id match_id;