summaryrefslogtreecommitdiff
path: root/qpid/cpp
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
commit1ce4a4a4c2374e5a17473cd3ef4b148330384205 (patch)
tree2894aee4ed75f4378c0ed1a12183279b9065d890 /qpid/cpp
parent18ba1a802504f4bdccc97bba966b228a52e53782 (diff)
downloadqpid-python-1ce4a4a4c2374e5a17473cd3ef4b148330384205.tar.gz
Remove unneeded size_t typedef; fixes QPID-1745
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@755443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rwxr-xr-xqpid/cpp/src/qpid/sys/windows/IntegerTypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h b/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h
index 4b72154cd0..47b1d16a76 100755
--- a/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h
+++ b/qpid/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;