X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Facl%2Facl_vect.h;h=e4b4666090a11bf6d16ec762a24fc86f4c56a399;hb=7a335720575507f55b723b1e10bfea7daeba1386;hp=951e5828a9095d8f8ce71008e7fe19c034546377;hpb=03c841403b8326b9d9f0be830b29b9ebbd5728d2;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_ */