summaryrefslogtreecommitdiff
path: root/TAO/tao/t-sizes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/t-sizes.cpp')
-rw-r--r--TAO/tao/t-sizes.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/t-sizes.cpp b/TAO/tao/t-sizes.cpp
deleted file mode 100644
index f791c064c15..00000000000
--- a/TAO/tao/t-sizes.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "tao/orb.h"
-
-#define SHOWSIZE(t) cout << "sizeof(" #t ") = " << sizeof(t) << endl;
-
-int
-main(int argc, char* argv[])
-{
- SHOWSIZE (CORBA_Short);
- SHOWSIZE (CORBA_Long);
- SHOWSIZE (CORBA_LongLong);
- SHOWSIZE (CORBA_Float);
- SHOWSIZE (CORBA_Double);
- SHOWSIZE (CORBA_LongDouble);
-}