Get rid of the "table" member in struct table_info.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 76464c71197f47a5716845a7087cb9e765c2a3d3..e12891c6c776c2f6fd7be5da52c84d6c6c367b1e 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -28,7 +28,6 @@ enum afs_table_flags {TBLFLAG_SKIP_CREATE};
 
 struct table_info {
        const struct osl_table_description *desc;
-       struct osl_table *table;
        enum afs_table_flags flags;
 };