diff options
Diffstat (limited to 'src/db/update/Walk.hxx')
-rw-r--r-- | src/db/update/Walk.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx index 353f6f3ed..cce276ab0 100644 --- a/src/db/update/Walk.hxx +++ b/src/db/update/Walk.hxx @@ -72,14 +72,6 @@ public: } /** - * Call from the main thread before starting the update - * thread. - */ - void Prepare() { - cancel = false; - } - - /** * Returns true if the database was modified. */ bool Walk(Directory &root, const char *path, bool discard); |