diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 581975afc58..f0f2f8c897f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1665,11 +1665,6 @@ command_loop_1 () | |||
| 1665 | } | 1665 | } |
| 1666 | } | 1666 | } |
| 1667 | 1667 | ||
| 1668 | #ifdef C_ALLOCA | ||
| 1669 | alloca (0); /* Cause a garbage collection now */ | ||
| 1670 | /* Since we can free the most stuff here. */ | ||
| 1671 | #endif /* C_ALLOCA */ | ||
| 1672 | |||
| 1673 | #if 0 | 1668 | #if 0 |
| 1674 | /* Select the frame that the last event came from. Usually, | 1669 | /* Select the frame that the last event came from. Usually, |
| 1675 | switch-frame events will take care of this, but if some lisp | 1670 | switch-frame events will take care of this, but if some lisp |