Remove generated .h files from repo

This commit is contained in:
derekbailey
2025-12-21 22:07:34 +00:00
parent 8914d06ab7
commit 8a37f22f47
37 changed files with 293 additions and 10244 deletions

View File

@@ -240,12 +240,6 @@ flatc(
],
)
flatc(
BASE_OPTS + CPP_OPTS + ["--cpp-ptr-type", "naked"],
prefix="vector_table_naked_ptr",
schema="vector_table_naked_ptr.fbs",
)
flatc(
BASE_OPTS + CPP_OPTS + CS_OPTS + JAVA_OPTS + KOTLIN_OPTS + PHP_OPTS,
prefix="union_vector",
@@ -362,7 +356,13 @@ flatc(
)
flatc(
["--cpp", "--gen-compare", "--gen-mutable", "--gen-object-api", "--reflect-names"],
[
"--cpp",
"--gen-compare",
"--gen-mutable",
"--gen-object-api",
"--reflect-names",
],
schema="native_type_test.fbs",
)