summaryrefslogtreecommitdiffstats
path: root/chromium/net/disk_cache/disk_format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/disk_cache/disk_format.cc')
-rw-r--r--chromium/net/disk_cache/disk_format.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/net/disk_cache/disk_format.cc b/chromium/net/disk_cache/disk_format.cc
deleted file mode 100644
index 5b08954e088..00000000000
--- a/chromium/net/disk_cache/disk_format.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "net/disk_cache/disk_format.h"
-
-namespace disk_cache {
-
-IndexHeader::IndexHeader() {
- memset(this, 0, sizeof(*this));
- magic = kIndexMagic;
- version = kCurrentVersion;
-}
-
-} // namespace disk_cache