[Lldb-commits] [PATCH] D11385: [lldb-mi] Remove unused portions of MIDataTypes.h.
Bruce Mitchener
bruce.mitchener at gmail.com
Tue Jul 21 04:28:09 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL242768: [lldb-mi] Remove unused portions of MIDataTypes.h. (authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D11385?vs=30241&id=30242#toc
Repository:
rL LLVM
http://reviews.llvm.org/D11385
Files:
lldb/trunk/tools/lldb-mi/MIDataTypes.h
Index: lldb/trunk/tools/lldb-mi/MIDataTypes.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MIDataTypes.h
+++ lldb/trunk/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.30242.patch
Type: text/x-patch
Size: 1074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150721/8746cba0/attachment.bin>
More information about the lldb-commits
mailing list