Don't cache parsed files
authorRan Benita <ran234@gmail.com>
Fri, 24 Feb 2012 07:59:25 +0000 (09:59 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 3 Mar 2012 21:59:43 +0000 (23:59 +0200)
commitca9829ea66667e479bb4008d3b9e92727f090d3e
tree99655f55f368650ba2ed2d05eb6b8e74e1da34bd
parenta64e970809ffef749a155616e62d21802a374bd3
Don't cache parsed files

This needlessly occupies memory for the lifetime of the library, and
does not make a noticeable difference otherwise.

Instead, just parse the same file again when it happens.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/misc.c
src/xkbcomp/xkbpath.c
src/xkbcomp/xkbpath.h