From 0571eaebab3d7785449fb1efb9bed5f1fbf45f44 Mon Sep 17 00:00:00 2001 From: Gregory Chanan Date: Wed, 9 Jan 2019 13:07:30 -0800 Subject: [PATCH] Remove TH binding of newWithStorage as it is not used. Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15838 Differential Revision: D13601517 Pulled By: gchanan fbshipit-source-id: 71ec107de2c880e7e0fd2ad6b4ea3d112dbb9d86 --- aten/src/ATen/Declarations.cwrap | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aten/src/ATen/Declarations.cwrap b/aten/src/ATen/Declarations.cwrap index 74cf9f4..0648523 100644 --- a/aten/src/ATen/Declarations.cwrap +++ b/aten/src/ATen/Declarations.cwrap @@ -3012,13 +3012,6 @@ arguments: - IntListSize size - IntList stride - - cname: newWithStorage - arguments: - - THStorage* storage - - int64_t storageOffset - - IntListSize size - - arg: IntList stride - default: {} ]] # In theory, this could be a part of the above declaration. But in -- 2.7.4