X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Facl%2Facl_vect.h;h=e4b4666090a11bf6d16ec762a24fc86f4c56a399;hb=28dde5da503ed09f10cdfb295e390b114df7330a;hp=951e5828a9095d8f8ce71008e7fe19c034546377;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/acl/acl_vect.h b/lib/acl/acl_vect.h index 951e5828a9..e4b4666090 100644 --- a/lib/acl/acl_vect.h +++ b/lib/acl/acl_vect.h @@ -11,10 +11,6 @@ * RTE ACL SSE/AVX related header. */ -#ifdef __cplusplus -extern "C" { -#endif - /* * Takes 2 SIMD registers containing N transitions each (tr0, tr1). @@ -80,8 +76,4 @@ extern "C" { } while (0) -#ifdef __cplusplus -} -#endif - #endif /* _RTE_ACL_VECT_H_ */