From 73a8a8ec2b52c48df87f92fd6463945b2950a95d Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 8 Dec 2024 12:35:39 +0100 Subject: remove the fuzz directory since it's not used anymore --- fuzz/inputs/empty_string_crash | Bin 35 -> 0 bytes fuzz/inputs/schema.sql | 1 - 2 files changed, 1 deletion(-) delete mode 100644 fuzz/inputs/empty_string_crash delete mode 100644 fuzz/inputs/schema.sql (limited to 'fuzz/inputs') diff --git a/fuzz/inputs/empty_string_crash b/fuzz/inputs/empty_string_crash deleted file mode 100644 index b45e29b..0000000 Binary files a/fuzz/inputs/empty_string_crash and /dev/null differ diff --git a/fuzz/inputs/schema.sql b/fuzz/inputs/schema.sql deleted file mode 100644 index 85a5643..0000000 --- a/fuzz/inputs/schema.sql +++ /dev/null @@ -1 +0,0 @@ -CREATE TABLE foobar(user integer primary key, name text, data blob); -- cgit v1.2.3