From: Ben Pfaff Date: Thu, 11 Feb 2010 19:45:29 +0000 (-0800) Subject: openflow.h: Remove unused OFP_PACKED macro. X-Git-Tag: v0.99.2~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=25acf322b972c15468b56f022cb48187409df339;p=sliver-openvswitch.git openflow.h: Remove unused OFP_PACKED macro. --- diff --git a/include/openflow/openflow.h b/include/openflow/openflow.h index 1f1837071..780611189 100644 --- a/include/openflow/openflow.h +++ b/include/openflow/openflow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,12 +37,6 @@ #define OFP_ASSERT BOOST_STATIC_ASSERT #endif /* __cplusplus */ -#ifndef SWIG -#define OFP_PACKED __attribute__((packed)) -#else -#define OFP_PACKED /* SWIG doesn't understand __attribute. */ -#endif - /* The most significant bit being set in the version field indicates an * experimental OpenFlow version. */