[llvm-commits] CVS: llvm-java/lib/Compiler/Resolver.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Fri Mar 25 18:56:25 PST 2005
Changes in directory llvm-java/lib/Compiler:
Resolver.h updated: 1.1 -> 1.2
---
Log message:
Remove left over declaration.
---
Diffs of the changes: (+0 -1)
Resolver.h | 1 -
1 files changed, 1 deletion(-)
Index: llvm-java/lib/Compiler/Resolver.h
diff -u llvm-java/lib/Compiler/Resolver.h:1.1 llvm-java/lib/Compiler/Resolver.h:1.2
--- llvm-java/lib/Compiler/Resolver.h:1.1 Wed Mar 23 22:47:47 2005
+++ llvm-java/lib/Compiler/Resolver.h Fri Mar 25 20:56:14 2005
@@ -45,7 +45,6 @@
const Type* getObjectBaseType() const { return objectBaseType_; }
const Type* getObjectBaseRefType() const { return objectBaseRefType_; }
- const Class& getFieldClass(const std::string& descriptor);
const Type* getType(const std::string& descriptor,
bool memberMethod = false) const;
const Type* getStorageType(const Type* type) const;
More information about the llvm-commits
mailing list