diff options
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-x | src/bp_sim.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h index 583aba82..7d77fdd8 100755 --- a/src/bp_sim.h +++ b/src/bp_sim.h @@ -63,12 +63,6 @@ limitations under the License. #undef NAT_TRACE_ -static inline double -usec_to_sec(double usec) { - return (usec / (1000 * 1000)); -} - - #define FORCE_NO_INLINE __attribute__ ((noinline)) /* IP address, last 32-bits of IPv6 remaps IPv4 */ |