[Lldb-commits] [lldb] 20c213a - [lldb][NFC] Remove unused/unimplemented Type methods

Arthur Eubanks via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 16 15:17:20 PST 2022


Author: Arthur Eubanks
Date: 2022-12-16T15:16:52-08:00
New Revision: 20c213a13dfa19a262b15c4d7a8977f547471b43

URL: https://github.com/llvm/llvm-project/commit/20c213a13dfa19a262b15c4d7a8977f547471b43
DIFF: https://github.com/llvm/llvm-project/commit/20c213a13dfa19a262b15c4d7a8977f547471b43.diff

LOG: [lldb][NFC] Remove unused/unimplemented Type methods

Added: 
    

Modified: 
    lldb/include/lldb/Symbol/Type.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Symbol/Type.h b/lldb/include/lldb/Symbol/Type.h
index 1b0e608ca88c3..362db0ac054ad 100644
--- a/lldb/include/lldb/Symbol/Type.h
+++ b/lldb/include/lldb/Symbol/Type.h
@@ -168,14 +168,6 @@ class Type : public std::enable_shared_from_this<Type>, public UserID {
   bool WriteToMemory(ExecutionContext *exe_ctx, lldb::addr_t address,
                      AddressType address_type, DataExtractor &data);
 
-  bool GetIsDeclaration() const;
-
-  void SetIsDeclaration(bool b);
-
-  bool GetIsExternal() const;
-
-  void SetIsExternal(bool b);
-
   lldb::Format GetFormat();
 
   lldb::Encoding GetEncoding(uint64_t &count);


        


More information about the lldb-commits mailing list