commit | 3923a3d020d52195ccae2fdbe0e86c8fb80d5283 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jan 12 06:30:57 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Jan 12 06:30:57 2025 -0700 |
tree | eb50a9d93461a44157bd7ef57d639fbe5887aae3 | |
parent | fd7728c8a4aa7aa5761ccb18879ea8d137958b06 [diff] |
Remove unused declaration and macros event-top.h declares the_prompts, but it is never defined. It's a leftover from some ancient refactoring. Similarly, top.c defines a few prompt-related macros, but these are unused. This patch removes these.