ta: minor simplification for talloc_steal

Since commit f6615f00ee, it can't fail anymore.
This commit is contained in:
wm4
2020-04-12 12:24:19 +02:00
parent 55f16bad76
commit 28f2d7454d
3 changed files with 1 additions and 11 deletions

View File

@@ -34,7 +34,7 @@
#define talloc_ptrtype ta_xnew_ptrtype
#define talloc_array_ptrtype ta_xnew_array_ptrtype
#define talloc_steal ta_xsteal
#define talloc_steal ta_steal
#define talloc_realloc_size ta_xrealloc_size
#define talloc_new ta_xnew_context
#define talloc_set_destructor ta_set_destructor