diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2008-04-09 14:47:44 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2008-04-09 14:47:44 +0000 |
commit | 67963933a1be0bb789842780640c52e8b3d6ae28 (patch) | |
tree | 4eacf438e4f41b7721407180937112ffe968c555 /numpy/linalg/pythonxerbla.c | |
parent | 6a94903ebb5697192c228c91b4a5f9c5507f2cff (diff) | |
download | numpy-67963933a1be0bb789842780640c52e8b3d6ae28.tar.gz |
Cleanup.
Diffstat (limited to 'numpy/linalg/pythonxerbla.c')
-rw-r--r-- | numpy/linalg/pythonxerbla.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/linalg/pythonxerbla.c b/numpy/linalg/pythonxerbla.c index c2bb0a35e..397d2ab1d 100644 --- a/numpy/linalg/pythonxerbla.c +++ b/numpy/linalg/pythonxerbla.c @@ -16,10 +16,6 @@ info: Number of the invalid parameter. */ -extern int dgesv_(int *n, int *nrhs, - double a[], int *lda, int ipiv[], - double b[], int *ldb, int *info); - int xerbla_(char *srname, integer *info) { const char* format = "On entry to %.*s" \ |