diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
| -rw-r--r-- | src/interfaces/ecpg/preproc/extern.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index e18bb33219..d2eec0c097 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -16,13 +16,6 @@ struct _include_path { char * path; extern struct _include_path *include_paths; -struct cursor { char *name; - char *command; - struct cursor *next; - }; - -extern struct cursor *cur; - /* This is a linked list of the variable names and types. */ struct variable { |
