Chromium Code Reviews| Index: trunk/src/components/nacl/common/pnacl_types.cc |
| =================================================================== |
| --- trunk/src/components/nacl/common/pnacl_types.cc (revision 221280) |
| +++ trunk/src/components/nacl/common/pnacl_types.cc (working copy) |
| @@ -6,8 +6,7 @@ |
| namespace nacl { |
| -PnaclCacheInfo::PnaclCacheInfo() |
| - : abi_version(0), opt_level(0), has_no_store_header(0) {} |
| +PnaclCacheInfo::PnaclCacheInfo() {} |
| PnaclCacheInfo::~PnaclCacheInfo() {} |
| // static |