Remove TH binding of newWithStorage as it is not used.
authorGregory Chanan <gchanan@fb.com>
Wed, 9 Jan 2019 21:07:30 +0000 (13:07 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 9 Jan 2019 21:10:33 +0000 (13:10 -0800)
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

index 74cf9f4..0648523 100644 (file)
       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