mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This reverts commit 7cfd23636c.
Reverted https://github.com/pytorch/pytorch/pull/134935 on behalf of https://github.com/izaitsevfb due to breaks internal builds, caffe2 is still used internally ([comment](https://github.com/pytorch/pytorch/pull/134935#issuecomment-2349368152))
10 lines
241 B
C++
10 lines
241 B
C++
#include "caffe2/serialize/read_adapter_interface.h"
|
|
|
|
namespace caffe2 {
|
|
namespace serialize {
|
|
|
|
// NOLINTNEXTLINE(modernize-use-equals-default)
|
|
ReadAdapterInterface::~ReadAdapterInterface() {}
|
|
|
|
} // namespace serialize
|
|
} // namespace caffe2
|