Remove provisions for multi-library support

It is now clear that multi-library support will not happen, so remove whatever
provisions were in the code for that.

It comes with a small change to the configuration file, too.

With this, DB schema version went to 9.
This commit is contained in:
Julien BLACHE
2010-03-19 19:06:47 +01:00
parent d6285eef40
commit 19b6780a3c
12 changed files with 63 additions and 145 deletions

View File

@@ -239,7 +239,6 @@ struct watch_info {
int wd;
char *path;
uint32_t cookie;
int libidx;
};
#define wi_offsetof(field) offsetof(struct watch_info, field)