diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-06-02 22:51:31 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-06-03 11:29:16 +0200 |
| commit | 9ce2d6fc0e1d7591d0d588a16ab6589910092cfc (patch) | |
| tree | b8646a32db80e86020b7fa2ecb397b837a2acf5a /src/proj_internal.h | |
| parent | e0a1b88e828b28445a3e45ad0936f5480cfcd1ce (diff) | |
| download | PROJ-9ce2d6fc0e1d7591d0d588a16ab6589910092cfc.tar.gz PROJ-9ce2d6fc0e1d7591d0d588a16ab6589910092cfc.zip | |
Make proj_context_set_autoclose_database() a no-op as it would defeat the purpose of the new database connection sharing
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 28c084d6..582bb3c5 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -719,7 +719,6 @@ struct pj_ctx{ pj_ctx& operator= (const pj_ctx&) = delete; projCppContext* get_cpp_context(); - void safeAutoCloseDbIfNeeded(); void set_search_paths(const std::vector<std::string>& search_paths_in); void set_ca_bundle_path(const std::string& ca_bundle_path_in); |
