@@ -503,16 +503,6 @@ filegroup(
503503 ],
504504)
505505
506- filegroup (
507- name = "caffe2_distributed_srcs" ,
508- srcs = [
509- "caffe2/distributed/file_store_handler.cc" ,
510- "caffe2/distributed/file_store_handler_op.cc" ,
511- "caffe2/distributed/store_handler.cc" ,
512- "caffe2/distributed/store_ops.cc" ,
513- ],
514- )
515-
516506filegroup (
517507 name = "caffe2_ideep_srcs" ,
518508 srcs = [
@@ -1011,8 +1001,6 @@ filegroup(
10111001 "caffe2/core/common_cudnn.cc" ,
10121002 "caffe2/core/common_gpu.cc" ,
10131003 "caffe2/core/event_gpu.cc" ,
1014- "caffe2/db/create_db_op_gpu.cc" ,
1015- "caffe2/distributed/file_store_handler_op_gpu.cc" ,
10161004 "caffe2/operators/communicator_op_gpu.cc" ,
10171005 "caffe2/operators/concat_split_op_gpu.cc" ,
10181006 "caffe2/operators/conv_op_cache_cudnn.cc" ,
@@ -1262,8 +1250,6 @@ cc_library(
12621250 "caffe2/core/nomnigraph/include/nomnigraph/Support/*.h" ,
12631251 "caffe2/core/nomnigraph/include/nomnigraph/Transformations/*.h" ,
12641252 "caffe2/core/nomnigraph/tests/*.h" ,
1265- "caffe2/db/*.h" ,
1266- "caffe2/distributed/*.h" ,
12671253 "caffe2/ideep/*.h" ,
12681254 "caffe2/ideep/operators/*.h" ,
12691255 "caffe2/ideep/operators/quantization/*.h" ,
@@ -1335,11 +1321,8 @@ cc_library(
13351321cc_library (
13361322 name = "caffe2" ,
13371323 srcs = [
1338- "caffe2/db/create_db_op.cc" ,
1339- "caffe2/db/protodb.cc" ,
13401324 "caffe2/share/contrib/depthwise/depthwise3x3_conv_op.cc" ,
13411325 ":caffe2_core_srcs" ,
1342- ":caffe2_distributed_srcs" ,
13431326 ":caffe2_ideep_srcs" ,
13441327 ":caffe2_onnx_srcs" ,
13451328 ":caffe2_operators_srcs" ,
0 commit comments