diff --git a/binfmt/elf.c b/binfmt/elf.c index ea2dfa2a5d8..d4e227c26c3 100644 --- a/binfmt/elf.c +++ b/binfmt/elf.c @@ -264,7 +264,6 @@ static int elf_loadbinary(FAR struct binary_s *binp) binp->entrypt = (main_t)(loadinfo.textalloc + loadinfo.ehdr.e_entry); binp->stacksize = CONFIG_ELF_STACKSIZE; - binp->priority = SCHED_PRIORITY_DEFAULT; /* Add the ELF allocation to the alloc[] only if there is no address * environment. If there is an address environment, it will automatically