backend: remove a couple of useless mkdir calls
authorGuido Trotter <ultrotter@google.com>
Wed, 5 May 2010 14:36:25 +0000 (16:36 +0200)
committerGuido Trotter <ultrotter@google.com>
Fri, 7 May 2010 11:34:33 +0000 (13:34 +0200)
commit0a865080e621bb0fa228fc6c68b180bf712dd85e
treecd4e5465748e7220e95518d7a3922d29cbb0628b
parent5a062513dae6be88cd77361fd84ce38577455994
backend: remove a couple of useless mkdir calls

Those directories must exist for the node daemon to run (it's in the
node daemon's list of ensured directories) and those functions are only
called by the node daemon, so there's no point in those checks+mkdir
calls.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Balazs Lecz <leczb@google.com>
lib/backend.py