summaryrefslogtreecommitdiffstats
path: root/chromium/components/nacl/common/pnacl_types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/nacl/common/pnacl_types.cc')
-rw-r--r--chromium/components/nacl/common/pnacl_types.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/components/nacl/common/pnacl_types.cc b/chromium/components/nacl/common/pnacl_types.cc
deleted file mode 100644
index b8e85d9b30e..00000000000
--- a/chromium/components/nacl/common/pnacl_types.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2013 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 "components/nacl/common/pnacl_types.h"
-
-namespace nacl {
-
-PnaclCacheInfo::PnaclCacheInfo()
- : abi_version(0), opt_level(0), has_no_store_header(0) {}
-PnaclCacheInfo::~PnaclCacheInfo() {}
-
-} // namespace nacl