btrfs-progs: tests: Use '-t btrfs' mount option in tests
[platform/upstream/btrfs-progs.git] / transaction.h
index 13e09a6..0c41af5 100644 (file)
@@ -54,11 +54,4 @@ btrfs_start_transaction(struct btrfs_root *root, int num_blocks)
        return h;
 }
 
-static inline void btrfs_free_transaction(struct btrfs_root *root,
-                                         struct btrfs_trans_handle *handle)
-{
-       memset(handle, 0, sizeof(*handle));
-       free(handle);
-}
-
 #endif