Revision 5aa3eba141e6d6b38274ec4d54406e7844f8a817 authored by Rail Aliiev on 28 May 2016, 12:59:27 UTC, committed by Rail Aliiev on 28 May 2016, 12:59:27 UTC
MozReview-Commit-ID: 8KaMEj3fcEo

--HG--
extra : source : 6c71166699568145a890962a4059c4a1628c1967
1 parent f517c26
Raw File
unused.cpp
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "mozilla/unused.h"

namespace mozilla {

const unused_t Unused = unused_t();

} // namespace mozilla
back to top