GKeyFile: remove approximate_size optimisation
authorRyan Lortie <desrt@desrt.ca>
Tue, 24 Jan 2012 21:45:49 +0000 (16:45 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 24 Jan 2012 22:16:48 +0000 (17:16 -0500)
commitfe10b2c966289d87ea6ea6e76e1ae87ba16f101b
tree805fa6737525df1fd3be31a5889c526c599e8adb
parent570514a95c0e2602eb187bd49c6c50e02d09486f
GKeyFile: remove approximate_size optimisation

This is micro-optimisation of the worst kind and it's causing obscure
bugs in edge cases.  Better just remove this entirely.

https://bugzilla.gnome.org/show_bug.cgi?id=634232
glib/gkeyfile.c