remove unused platform-specific references
remove unused references to platform-specific code
Esse commit está contido em:
@@ -27,7 +27,6 @@
|
||||
#include "hphp/util/lock.h"
|
||||
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/util/trace.h"
|
||||
|
||||
using namespace HPHP::Trace;
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "hphp/runtime/base/zend/zend_string.h"
|
||||
#include "hphp/runtime/base/array/array_iterator.h"
|
||||
#include "hphp/util/parser/hphp.tab.hpp"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/runtime/vm/runtime.h"
|
||||
#include "hphp/runtime/vm/instance.h"
|
||||
#include "hphp/system/systemlib.h"
|
||||
|
||||
@@ -50,9 +50,6 @@ class Class;
|
||||
class Instance;
|
||||
class NamedEntity;
|
||||
class PreClass;
|
||||
namespace Transl {
|
||||
class TranslatorX64;
|
||||
}
|
||||
|
||||
typedef hphp_hash_set<const StringData*, string_data_hash,
|
||||
string_data_isame> TraitNameSet;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário