Commit eb834f8e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

cocci: Remove VRT_CTX isomorphism attempt

It does not work, and it is inaccurate since it doesn't include the ctx
identifier that is normally part of the definition (it can't anyway).

Refs f5b0b201
parent b43d539c
......@@ -13,13 +13,6 @@
/* This section contains VCL types used by VMODs */
Type
@ vrt_ctx @
type VRT_CTX;
@@
VRT_CTX <=> const struct vrt_ctx *
Type
@ vcl_void @
type VCL_VOID;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment