mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
remove dead proto_convert library (#97322)
remove dead proto_convert library Summary: This has no code, only a collection of headers. Just make sure the only thing that includes it still builds. Test Plan: Rely on CI. Reviewers: sahanp Subscribers: Tasks: Tags: --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/pytorch/pytorch/pull/97322). * #97337 * #97336 * #97335 * #97334 * #97325 * #97324 * #97323 * __->__ #97322 Pull Request resolved: https://github.com/pytorch/pytorch/pull/97322 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
5537792307
commit
d850c33bfe
@ -30,7 +30,6 @@ list(APPEND Caffe2_CPU_SRCS
|
||||
utils/math/utils.cc
|
||||
utils/math_cpu.cc
|
||||
utils/murmur_hash3.cc
|
||||
utils/proto_convert.cc
|
||||
utils/proto_utils.cc
|
||||
utils/proto_wrap.cc
|
||||
utils/threadpool/ThreadPool.cc
|
||||
|
@ -1,5 +0,0 @@
|
||||
#include "caffe2/utils/proto_convert.h"
|
||||
#include "caffe2/core/logging.h"
|
||||
|
||||
namespace caffe2 {
|
||||
} // namespace caffe2
|
@ -1,11 +0,0 @@
|
||||
#ifndef CAFFE2_UTILS_PROTO_CONVERT_H_
|
||||
#define CAFFE2_UTILS_PROTO_CONVERT_H_
|
||||
|
||||
#include "caffe2/core/common.h"
|
||||
#include "caffe2/proto/caffe2_pb.h"
|
||||
#include "caffe2/proto/torch_pb.h"
|
||||
|
||||
namespace caffe2 {
|
||||
} // namespace caffe2
|
||||
|
||||
#endif // CAFFE2_UTILS_PROTO_CONVERT_H_
|
Reference in New Issue
Block a user