| Index: third_party/sqlite/src/src/test_autoext.c
|
| diff --git a/third_party/sqlite/src/src/test_autoext.c b/third_party/sqlite/src/src/test_autoext.c
|
| index ca2ca575d9f6e9b4de7195ca70e6a915458aefe2..11f541360d356aeb8e6c5feaba2ee7723f10f6d2 100644
|
| --- a/third_party/sqlite/src/src/test_autoext.c
|
| +++ b/third_party/sqlite/src/src/test_autoext.c
|
| @@ -17,9 +17,7 @@
|
| #include "sqlite3ext.h"
|
|
|
| #ifndef SQLITE_OMIT_LOAD_EXTENSION
|
| -#ifndef SQLITE_CORE
|
| static SQLITE_EXTENSION_INIT1
|
| -#endif
|
|
|
| /*
|
| ** The sqr() SQL function returns the square of its input value.
|
|
|