summaryrefslogtreecommitdiffstats
path: root/base/pickle.h
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 17:04:23 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 17:04:23 +0000
commit9f16de03664224cc286851ca03369cf699dd7c3c (patch)
treecb5555629b34c68845617ee07125ac1d32df3e2c /base/pickle.h
parent599664e48f443091d8e686e72928fd4df36898b0 (diff)
downloadchromium_src-9f16de03664224cc286851ca03369cf699dd7c3c.zip
chromium_src-9f16de03664224cc286851ca03369cf699dd7c3c.tar.gz
chromium_src-9f16de03664224cc286851ca03369cf699dd7c3c.tar.bz2
Reapply 508 to determine if it was indeed the cause of the webkit-release-playback failure.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/pickle.h')
-rw-r--r--base/pickle.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/pickle.h b/base/pickle.h
index 7c4a007..da2a485 100644
--- a/base/pickle.h
+++ b/base/pickle.h
@@ -239,12 +239,6 @@ class Pickle {
static const int kPayloadUnit;
private:
- // A buffer of variable length; used internally
- struct VariableLengthBuffer {
- int length;
- char data; // This is variable length.
- };
-
Header* header_;
size_t header_size_; // Supports extra data between header and payload.
// Allocation size of payload (or -1 if allocation is const).