X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Ftxn.h;fp=include%2Ftxn.h;h=a196cd3fcfa804030a920f9a8c3bc445d958ff32;hp=7cc40d0c42344f1a53aa003f79253ce5b1b0abfa;hb=a1d0b3ca99552878b1becf561d8f3291992aaa67;hpb=ef7c7fd495750e0d26762df9f1a297500553874f diff --git a/include/txn.h b/include/txn.h index 7cc40d0..a196cd3 100644 --- a/include/txn.h +++ b/include/txn.h @@ -11,8 +11,6 @@ typedef enum { TXN_RUNNING, TXN_VALIDATING, TXN_VALIDATED, TXN_ABORTED } txn_sta typedef struct txn txn_t; -void txn_init (void); - txn_t * txn_begin (map_t *map); void txn_abort (txn_t *txn); txn_state_e txn_commit (txn_t *txn);