[Lldb-commits] [PATCH] D11385: [lldb-mi] Remove unused portions of MIDataTypes.h.

Bruce Mitchener bruce.mitchener at gmail.com
Tue Jul 21 03:52:19 PDT 2015


brucem created this revision.
brucem added reviewers: abidh, ki.stfu.
brucem added a subscriber: lldb-commits.

http://reviews.llvm.org/D11385

Files:
  tools/lldb-mi/MIDataTypes.h

Index: tools/lldb-mi/MIDataTypes.h
===================================================================
--- tools/lldb-mi/MIDataTypes.h
+++ tools/lldb-mi/MIDataTypes.h
@@ -39,15 +39,6 @@
 // Use to avoid "unused parameter" compiler warnings:
 #define MIunused(x) (void) x;
 
-#ifdef _WIN32
-#define MI_NO_INITIALIZE_VTABLE __declspec(novtable)
-#define MI_FORCE_INLINE __forceinline
-#else
-#define MI_NO_INITIALIZE_VTABLE
-#define MI_FORCE_INLINE inline
-// __attribute__( ( always_inline ) )
-#endif // _WIN32
-
 // Portability issues
 #ifdef _WIN64
 typedef unsigned __int64 size_t;
@@ -72,10 +63,3 @@
 // Fundamentals:
 typedef long long MIint64;           // 64bit signed integer.
 typedef unsigned long long MIuint64; // 64bit unsigned integer.
-
-// using namespace std; // Better to put this or std:: at translation units scope.
-
-//--------------------------------------------------------------------------------------
-// Common routines:
-
-//--------------------------------------------------------------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11385.30241.patch
Type: text/x-patch
Size: 1041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150721/f26c61e8/attachment.bin>


More information about the lldb-commits mailing list