mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Trivial cleanups: no need to include header twice. Global variable is local to file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b08f3dfe50
commit
396aecd032
@ -4,8 +4,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Config/malloc.h"
|
||||
|
||||
#include "Support/Timer.h"
|
||||
#include "Support/CommandLine.h"
|
||||
|
||||
@ -19,7 +17,7 @@
|
||||
#include <functional>
|
||||
#include <fstream>
|
||||
|
||||
std::string LibSupportInfoOutputFilename;
|
||||
static std::string LibSupportInfoOutputFilename;
|
||||
|
||||
namespace {
|
||||
#ifdef HAVE_MALLINFO
|
||||
|
@ -4,8 +4,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Config/malloc.h"
|
||||
|
||||
#include "Support/Timer.h"
|
||||
#include "Support/CommandLine.h"
|
||||
|
||||
@ -19,7 +17,7 @@
|
||||
#include <functional>
|
||||
#include <fstream>
|
||||
|
||||
std::string LibSupportInfoOutputFilename;
|
||||
static std::string LibSupportInfoOutputFilename;
|
||||
|
||||
namespace {
|
||||
#ifdef HAVE_MALLINFO
|
||||
|
Loading…
Reference in New Issue
Block a user