forked from OSchip/llvm-project
Remove HandleObjcMetaDataEmission(), I inadvertantly resurrected it.
llvm-svn: 43690
This commit is contained in:
parent
350759513b
commit
3865e4d8b4
|
@ -93,7 +93,6 @@ namespace {
|
|||
void SynthGetClassFunctionDecl();
|
||||
|
||||
// Metadata emission.
|
||||
void HandleObjcMetaDataEmission();
|
||||
void RewriteObjcClassMetaData(ObjcImplementationDecl *IDecl,
|
||||
std::string &Result);
|
||||
|
||||
|
@ -195,16 +194,6 @@ RewriteTest::~RewriteTest() {
|
|||
|
||||
}
|
||||
|
||||
/// HandleObjcMetaDataEmission - main routine to generate objective-c's
|
||||
/// metadata.
|
||||
void RewriteTest::HandleObjcMetaDataEmission() {
|
||||
// Rewrite Objective-c meta data*
|
||||
std::string ResultStr;
|
||||
WriteObjcMetaData(ResultStr);
|
||||
// For now just print the string out.
|
||||
printf("%s", ResultStr.c_str());
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Syntactic (non-AST) Rewriting Code
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue