mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 13:20:30 +00:00
Remove unused *.cocci files
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
b578514b03
commit
f95b678729
@ -1,20 +0,0 @@
|
|||||||
@@
|
|
||||||
expression x, y;
|
|
||||||
statement S;
|
|
||||||
@@
|
|
||||||
x = mbedtls_calloc(...);
|
|
||||||
y = mbedtls_calloc(...);
|
|
||||||
...
|
|
||||||
* if (x == NULL || y == NULL)
|
|
||||||
S
|
|
||||||
|
|
||||||
@@
|
|
||||||
expression x, y;
|
|
||||||
statement S;
|
|
||||||
@@
|
|
||||||
if (
|
|
||||||
* (x = mbedtls_calloc(...)) == NULL
|
|
||||||
||
|
|
||||||
* (y = mbedtls_calloc(...)) == NULL
|
|
||||||
)
|
|
||||||
S
|
|
@ -1,7 +0,0 @@
|
|||||||
@rm_calloc_cast@
|
|
||||||
expression x, n, m;
|
|
||||||
type T;
|
|
||||||
@@
|
|
||||||
x =
|
|
||||||
- (T *)
|
|
||||||
mbedtls_calloc(n, m)
|
|
Loading…
x
Reference in New Issue
Block a user