aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/mtu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/mtu.h')
-rw-r--r--src/openvpn/mtu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openvpn/mtu.h b/src/openvpn/mtu.h
index 0c8bdf8..92cbe18 100644
--- a/src/openvpn/mtu.h
+++ b/src/openvpn/mtu.h
@@ -301,12 +301,6 @@ frame_add_to_extra_buffer(struct frame *frame, const int increment)
}
static inline void
-frame_add_to_align_adjust(struct frame *frame, const int increment)
-{
- frame->align_adjust += increment;
-}
-
-static inline void
frame_align_to_extra_frame(struct frame *frame)
{
frame->align_adjust = frame->extra_frame + frame->extra_link;