mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
Trivial cleanups: no need to include header twice. Global variable is local to file
llvm-svn: 7456
This commit is contained in:
parent
79a56ff370
commit
12defed07e
@ -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