cleanup: fix backend._RecursiveFindBD
authorIustin Pop <iustin@google.com>
Sun, 14 Dec 2008 12:02:36 +0000 (12:02 +0000)
committerIustin Pop <iustin@google.com>
Sun, 14 Dec 2008 12:02:36 +0000 (12:02 +0000)
commitbca2e7f45c7e8e6e5db9998b959df2058672b438
tree74549d11594b4b6ea30a3fd8848c351c4855895c
parent9a4e6f41129cce72cbed7945aff874b7f4a8535f
cleanup: fix backend._RecursiveFindBD

_RecursiveFindBD takes a parameter that isn't used; moreover, nowhere in
the SVN history can I find a case that it has been used.

As such, remove this parameter and fix its callers.

Reviewed-by: amishchenko
lib/backend.py