summaryrefslogtreecommitdiffstats
path: root/ta/ta_talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ta/ta_talloc.h')
-rw-r--r--ta/ta_talloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ta/ta_talloc.h b/ta/ta_talloc.h
index 982ef41ebd..259496f65b 100644
--- a/ta/ta_talloc.h
+++ b/ta/ta_talloc.h
@@ -156,7 +156,4 @@ char *ta_talloc_asprintf_append_buffer(char *s, const char *fmt, ...) TA_PRF(2,
: false \
)
-#define talloc_struct(ctx, type, ...) \
- talloc_memdup(ctx, &(type) TA_EXPAND_ARGS(__VA_ARGS__), sizeof(type))
-
#endif