]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/bsdapp/eal/eal.c
eal: remove unused config fields
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal.c
index 93bd50b230e5773c3b80471f537f6b18ae6aac7a..5fe293668ca4157a14485c9b87c15ae7c04042d7 100644 (file)
@@ -280,8 +280,6 @@ eal_proc_type_detect(void)
 static void
 rte_config_init(void)
 {
-       /* set the magic in configuration structure */
-       rte_config.magic = RTE_MAGIC;
        rte_config.process_type = (internal_config.process_type == RTE_PROC_AUTO) ?
                        eal_proc_type_detect() : /* for auto, detect the type */
                        internal_config.process_type; /* otherwise use what's already set */