Skip to content

Commit 14d2ef2

Browse files
authored
Remove unused PROGRAM_SCHEMA_SRCS from build_variables.bzl (#13432)
1 parent 769d641 commit 14d2ef2

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

shim_et/xplat/executorch/build/build_variables.bzl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ QUANTIZED_KERNELS_SRCS = [
290290
"kernels/quantized/cpu/op_quantize.cpp",
291291
]
292292

293-
PROGRAM_SCHEMA_SRCS = [
294-
"schema/program.fbs",
295-
"schema/scalar_type.fbs",
296-
]
297-
298293
OPTIMIZED_CPUBLAS_SRCS = [
299294
"kernels/optimized/blas/BlasKernel.cpp",
300295
"kernels/optimized/blas/CPUBlas.cpp",

tools/cmake/Codegen.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ function(executorch_load_build_variables)
386386
KERNELS_UTIL_ALL_DEPS_SRCS
387387
OPTIMIZED_KERNELS_SRCS
388388
QUANTIZED_KERNELS_SRCS
389-
PROGRAM_SCHEMA_SRCS
390389
OPTIMIZED_CPUBLAS_SRCS
391390
OPTIMIZED_NATIVE_CPU_OPS_SRCS
392391
TEST_BACKEND_COMPILER_LIB_SRCS
@@ -419,7 +418,6 @@ function(executorch_load_build_variables)
419418
_kernels_util_all_deps__srcs
420419
_optimized_kernels__srcs
421420
_quantized_kernels__srcs
422-
_program_schema__srcs
423421
_optimized_cpublas__srcs
424422
_optimized_native_cpu_ops__srcs
425423
_test_backend_compiler_lib__srcs

0 commit comments

Comments
 (0)