| // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
| // Use of this source code is governed by the GPL v2 license that can | |
| // be found in the LICENSE file. | |
| // | |
| // Implementation of simple_file::Env | |
| #include "verity/simple_file/env.h" | |
| namespace simple_file { | |
| Env::Env() {} | |
| } // namespace simple_file |