mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
config/cache: Drop unused code
This commit is contained in:
parent
cd35cc2065
commit
f490794370
@ -62,14 +62,6 @@ config_cache::config_cache()
|
||||
clear_defines();
|
||||
}
|
||||
|
||||
struct output
|
||||
{
|
||||
void operator()(const preproc_map::value_type& def)
|
||||
{
|
||||
DBG_CACHE << "key: " << def.first << " " << def.second << std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
const preproc_map& config_cache::get_preproc_map() const
|
||||
{
|
||||
return defines_map_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user