diff options
Diffstat (limited to 'linden/indra/llmessage/llpacketbuffer.cpp')
-rw-r--r-- | linden/indra/llmessage/llpacketbuffer.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/linden/indra/llmessage/llpacketbuffer.cpp b/linden/indra/llmessage/llpacketbuffer.cpp index 129965e..649cdb6 100644 --- a/linden/indra/llmessage/llpacketbuffer.cpp +++ b/linden/indra/llmessage/llpacketbuffer.cpp | |||
@@ -65,7 +65,6 @@ LLPacketBuffer::LLPacketBuffer (S32 hSocket) | |||
65 | 65 | ||
66 | LLPacketBuffer::~LLPacketBuffer () | 66 | LLPacketBuffer::~LLPacketBuffer () |
67 | { | 67 | { |
68 | free(); | ||
69 | } | 68 | } |
70 | 69 | ||
71 | /////////////////////////////////////////////////////////// | 70 | /////////////////////////////////////////////////////////// |
@@ -76,25 +75,3 @@ void LLPacketBuffer::init (S32 hSocket) | |||
76 | mHost = ::get_sender(); | 75 | mHost = ::get_sender(); |
77 | } | 76 | } |
78 | 77 | ||
79 | /////////////////////////////////////////////////////////// | ||
80 | |||
81 | void LLPacketBuffer::free () | ||
82 | { | ||
83 | } | ||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | |||
100 | |||