Skip to content

Commit 1b0c699

Browse files
committed
Merge branch 'timoore/crs-cleanup' into next
2 parents 3e0dcd6 + 7c63e00 commit 1b0c699

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/vsgCs/CRS.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,6 @@ namespace vsgCs
8383
std::unordered_map<std::string, SRSEntry> umap;
8484
static const std::string empty_string;
8585

86-
SRSFactory()
87-
{
88-
static std::once_flag projDataInitFlag;
89-
90-
std::call_once(projDataInitFlag,
91-
[]()
92-
{
93-
#ifdef VSGCS_FULL_PROJ_DATA_DIR
94-
// Don't overwrite if it is already set
95-
setenv("PROJ_DATA", VSGCS_FULL_PROJ_DATA_DIR, 0);
96-
#endif
97-
});
98-
}
99-
10086
//! destroy cache entries and threading context upon descope
10187
~SRSFactory()
10288
{

0 commit comments

Comments
 (0)