[Pal/Linux-SGX] remove duplicated unused def of SGX_SECINFO_FLAGS_R
In sgx_main.c, SGX_SECINFO_FLAGS_R is defined. which is unnecessary.
The constant is defined in sgx_arch.h.
It looks like accidental.
Signed-off-by: Isaku Yamahata <isaku.yamahata@gmail.com>