diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-21 11:54:12 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-22 00:32:39 +0200 |
commit | 34efd6957e3ca3d9981042b0db21addf4f4884ef (patch) | |
tree | 454f362f19d6e3a29943b4e3977a33280e5388cd /numpy/array_api/_array_object.py | |
parent | 2aa769b287c750658a20127047e06cc94fbd4618 (diff) | |
download | numpy-34efd6957e3ca3d9981042b0db21addf4f4884ef.tar.gz |
MAINT: Fix LGTM.com error
Unmatchable caret in regular expression
This regular expression includes an unmatchable caret at offset 18.
Indeed this regex couldn't possibly match anything. Not only does the
regex look obsolete, attempting to match "inline" or "static" specifiers
that I cannot find in the sources produced by 'f2c', but the very logic
of function removeSubroutinePrototypes() makes it impossible to handle
'/* Subroutine */' declarations that span multiple lines.
All in all, function removeSubroutinePrototypes() does nothing at all.
We choose not to change that, because it works and we have no real hint
what it should do and why. We just document that.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions