aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 621a4dd52f9..bea6ffdbc0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * process.c (list_processes_1, create_pty, read_process_output): 3 * process.c (list_processes_1, create_pty, read_process_output):
4 (exec_sentinel): Remove vars that were set but not used. 4 (exec_sentinel): Remove vars that were set but not used.
5 (create_pty): Remove unnecessary "volatile"s.
5 6
6 * bytecode.c (exec_byte_code): Rename local to avoid shadowing. 7 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
7 8