From 6a0440391da7a99ffab94ccc66264af9b5f3ce34 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 31 Jul 2017 14:54:24 +0100 Subject: New upstream release. --- transaction.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'transaction.h') diff --git a/transaction.h b/transaction.h index 13e09a64..0c41af51 100644 --- a/transaction.h +++ b/transaction.h @@ -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 -- cgit v1.2.3