pytorch/c10/util/UniqueVoidPtr.cpp
Sebastian Messmer 0b10f147b6 Move UniqueVoidPtr to c10
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14058

Reviewed By: dzhulgakov

Differential Revision: D13081602

fbshipit-source-id: e91ccf9fba9a7a02f99ed90b7a3a0fe7afd56832
2018-11-27 12:59:42 -08:00

10 lines
144 B
C++

#include <c10/util/UniqueVoidPtr.h>
namespace c10 {
namespace detail {
void deleteNothing(void*) {}
} // namespace detail
} // namespace c10