mdns example: Remove a warned unused constant

* Original commit: espressif/esp-idf@453a33ce79
This commit is contained in:
Anton Maklakov
2022-05-27 17:44:23 +04:00
committed by suren-gabrielyan-espressif
parent 778eaa6ced
commit c0f65a6997
@@ -24,7 +24,6 @@
#define EXAMPLE_MDNS_INSTANCE CONFIG_MDNS_INSTANCE
static const char c_config_hostname[] = CONFIG_MDNS_HOSTNAME;
#define EXAMPLE_BUTTON_GPIO 0
static const char *TAG = "mdns-test";