ntdb: remove ntdb_error()
[kai/samba-autobuild/.git] / lib / ntdb / private.h
index 1cf9b7aca4e3d8ea248634295a69e68788a50436..e1c2fdafc463cf922e1f4c0791974e6d35d0e8d6 100644 (file)
@@ -596,9 +596,6 @@ struct ntdb_context {
        enum NTDB_ERROR (*openhook)(int fd, void *data);
        void *openhook_data;
 
-       /* Last error we returned. */
-       enum NTDB_ERROR last_error;
-
        /* Are we accessing directly? (debugging check). */
        int direct_access;