summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/tree.c')
-rw-r--r--libavutil/tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/tree.c b/libavutil/tree.c
index d48d01af5b..998851f7f2 100644
--- a/libavutil/tree.c
+++ b/libavutil/tree.c
@@ -29,10 +29,6 @@ typedef struct AVTreeNode {
int state;
} AVTreeNode;
-#if FF_API_CONTEXT_SIZE
-const int av_tree_node_size = sizeof(AVTreeNode);
-#endif
-
struct AVTreeNode *av_tree_node_alloc(void)
{
return av_mallocz(sizeof(struct AVTreeNode));