chromium/third_party/leveldatabase/src/util/status.cc

// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.

#include "leveldb/status.h"

#include <cstdio>

#include "port/port.h"

namespace leveldb {

const char* Status::CopyState(const char* state) {}

Status::Status(Code code, const Slice& msg, const Slice& msg2) {}

std::string Status::ToString() const {}

}  // namespace leveldb