summaryrefslogtreecommitdiff
path: root/mysys/my_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_static.h')
-rw-r--r--mysys/my_static.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mysys/my_static.h b/mysys/my_static.h
index dd80a8da1f9..5ab01dec9a9 100644
--- a/mysys/my_static.h
+++ b/mysys/my_static.h
@@ -33,16 +33,6 @@ struct st_remember {
sig_handler (*func)(int number);
};
-typedef struct sec_link {
- struct sec_link *next_hash,**prev_hash;/* Blocks linked acc. to hash-value */
- struct sec_link *next_used,*prev_used;
- struct sec_link *next_changed,**prev_changed;
- File file;
- my_off_t diskpos;
- byte *buffer;
- my_bool changed;
-} SEC_LINK;
-
struct irem {
struct remember *_pNext; /* Linked list of structures */
struct remember *_pPrev; /* Other link */