diff options
author | Michael Schroeder <mls@suse.de> | 2008-05-30 17:45:51 +0000 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2008-05-30 17:45:51 +0000 |
commit | 9b079373739418222c7fa4e32dd5378d82e18eaf (patch) | |
tree | bf91e3f815e60cdd8ebc39cc195373a6a254b8da /src/dirpool.h | |
parent | bf2c84200761106fb1dc8c50881b9b1ee0e276df (diff) | |
download | libsolv-9b079373739418222c7fa4e32dd5378d82e18eaf.tar.gz libsolv-9b079373739418222c7fa4e32dd5378d82e18eaf.tar.bz2 libsolv-9b079373739418222c7fa4e32dd5378d82e18eaf.zip |
- cleanup (oops)
Diffstat (limited to 'src/dirpool.h')
-rw-r--r-- | src/dirpool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dirpool.h b/src/dirpool.h index 9cec770..df16ade 100644 --- a/src/dirpool.h +++ b/src/dirpool.h @@ -11,8 +11,6 @@ #include "pooltypes.h" #include "util.h" -#define DIR_BLOCK 127 - typedef struct _Dirpool { Id *dirs; int ndirs; |