diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-07-24 15:21:28 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-07-24 15:21:28 -0400 |
commit | 052f985e7546aff2203773cf43c9a688c9c340ba (patch) | |
tree | 7ae4ee65c0cdd9b052fa3c12e3766ab34f110f75 /indra | |
parent | 85e69b043b098dbe5a09f2eac6ff541123089f13 (diff) |
Trivial change to tickle build.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcorehttp/bufferarray.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcorehttp/bufferarray.cpp b/indra/llcorehttp/bufferarray.cpp index 5eb8f84c34..8eaaeed710 100644 --- a/indra/llcorehttp/bufferarray.cpp +++ b/indra/llcorehttp/bufferarray.cpp @@ -350,5 +350,3 @@ BufferArray::Block * BufferArray::Block::alloc(size_t len) } // end namespace LLCore - - |