]> git.tdb.fi Git - ext/subsurface.git/commit
Don't bother saving n2 percentage
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 03:50:11 +0000 (20:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 03:50:11 +0000 (20:50 -0700)
commit6fd86ab6b7784e11f67c879b51c37c6e0011416f
tree49531c78ba5840bbf7abf7b9e548c0c6bc315bb6
parent3a04342607a9fa7255be60ee5d4b8a816ecb7b0a
Don't bother saving n2 percentage

It's all calculated anyway, and for the same reason we don't bother even
parsing it at load time, we really shouldn't bother saving it either.

The only thing you can do with that value is "check if the percentages
add up to 100%", and so what?

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
save-xml.c