diff --git a/ChangeLog b/ChangeLog index f9cb85061..7ccabe277 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-26 17:12 Alexander Malmberg + + * Source/NSUserDefaults.m (read_only): Remove. + 2004-06-25 Richard Frith-Macdonald * Source/NSIndexSet.m: Rewrite range removal to fix bug reported @@ -296,7 +300,7 @@ in either 16bit or 8bit format. Also tidyups and modifications to use temporary buffers on stack rather than malloc/free as long as the buffers are reasonably sized. - * Source/benchmark.m: Trivial string format benchmarks ... + * Testing/benchmark.m: Trivial string format benchmarks ... Performance improvement of 10% for initWithFormat and 90% for appendFormat operations. diff --git a/Source/NSUserDefaults.m b/Source/NSUserDefaults.m index 61c044fd7..320baac5a 100644 --- a/Source/NSUserDefaults.m +++ b/Source/NSUserDefaults.m @@ -782,8 +782,6 @@ static NSString *pathForUser(NSString *user) return [self initWithContentsOfFile: path]; } -BOOL read_only = NO; - /** * * Initializes defaults for the specified path. Returns an object with