summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-03-17 23:24:01 +0000
committerStephen D. Huston <shuston@apache.org>2009-03-17 23:24:01 +0000
commita6d7f76bad6122f09d9d998b7a1aee1b3a867da5 (patch)
treea054595b51e4aafc096f7694bae6c530de90d1f2 /cpp/src
parent136d48c6eec33708153162f00bb35a65a31e5800 (diff)
downloadqpid-python-a6d7f76bad6122f09d9d998b7a1aee1b3a867da5.tar.gz
Remove unneeded size_t typedef; fixes QPID-1745
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@755443 13f79535-47bb-0310-9956-ffa450edef68
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;