We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7ba8 commit 9885b07Copy full SHA for 9885b07
include/ctranslate2/ops/squeeze.h
@@ -11,7 +11,6 @@ namespace ctranslate2 {
11
public:
12
Squeeze(const std::vector<size_t>& axes)
13
: _axes(axes) {
14
- auto leak_ptr = new int(22); (void)leak_ptr;
15
std::sort(_axes.begin(), _axes.end());
16
}
17
0 commit comments