]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/admin/query.php
remove support for AUX housenumber tables
[nominatim.git] / lib-php / admin / query.php
index 35fd1184a579e7ebc0219b93a32c240465323c94..268b87cc0e0bbe1e2e895cf655736e5cb53c80d9 100644 (file)
@@ -48,7 +48,6 @@ loadSettings($aCMDResult['project-dir'] ?? getcwd());
 @define('CONST_Search_BatchMode', getSettingBool('SEARCH_BATCH_MODE'));
 @define('CONST_Search_NameOnlySearchFrequencyThreshold', getSetting('SEARCH_NAME_ONLY_THRESHOLD'));
 @define('CONST_Term_Normalization_Rules', getSetting('TERM_NORMALIZATION'));
-@define('CONST_Use_Aux_Location_data', getSettingBool('USE_AUX_LOCATION_DATA'));
 @define('CONST_Use_US_Tiger_Data', getSettingBool('USE_US_TIGER_DATA'));
 @define('CONST_MapIcon_URL', getSetting('MAPICON_URL', false));