mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
remove unused struct members
This commit is contained in:
parent
9ed4d06706
commit
bc8a9ab5f3
1 changed files with 0 additions and 3 deletions
|
|
@ -226,11 +226,8 @@ typedef struct _db_code_state_ {
|
||||||
const char *file; /* Name of current user file */
|
const char *file; /* Name of current user file */
|
||||||
struct _db_stack_frame_ *framep; /* Pointer to current frame */
|
struct _db_stack_frame_ *framep; /* Pointer to current frame */
|
||||||
struct settings *stack; /* debugging settings */
|
struct settings *stack; /* debugging settings */
|
||||||
const char *jmpfunc; /* Remember current function for setjmp */
|
|
||||||
const char *jmpfile; /* Remember current file for setjmp */
|
|
||||||
int lineno; /* Current debugger output line number */
|
int lineno; /* Current debugger output line number */
|
||||||
uint level; /* Current function nesting level */
|
uint level; /* Current function nesting level */
|
||||||
int jmplevel; /* Remember nesting level at setjmp() */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following variables are used to hold the state information
|
* The following variables are used to hold the state information
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue