summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/qpid/sys/windows/IntegerTypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/windows/IntegerTypes.h b/cpp/src/qpid/sys/windows/IntegerTypes.h
index 4b72154cd0..47b1d16a76 100755
--- a/cpp/src/qpid/sys/windows/IntegerTypes.h
+++ b/cpp/src/qpid/sys/windows/IntegerTypes.h
@@ -32,7 +32,6 @@ typedef __int64 int64_t;
// Visual Studio doesn't define other common types, so set them up here too.
typedef int pid_t;
-typedef unsigned int size_t;
typedef int ssize_t;
typedef unsigned int uint;