diff --git a/lib/master.pike.in b/lib/master.pike.in index aa5fc2f8dad1b9e79a673cd0e5f73352cfcd1a3f..fd07c9a4ebcf9b9fe7c60a3968d44db6a1609864 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -226,6 +226,7 @@ protected class Pike_7_2_master // compat_environment_copy is used to keep track of any changes // performed destructively on the compat_environment mapping. // Both should be zero if not in use. + // Removed in Pike 7.8. protected mapping(string:array(string)) compat_environment; protected mapping(string:array(string)) compat_environment_copy;