summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-06 19:17:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-06 19:17:46 +0200
commit7c8981b9013519d0be9444f1cfa6933dfe065a89 (patch)
treec5ed88033f97599221ab38ae2d9722da39675d93
parent4219186504a1bc4b77a4223977fef8dd6c8bcf20 (diff)
downloadpgfuse-7c8981b9013519d0be9444f1cfa6933dfe065a89.tar.gz
pgfuse-7c8981b9013519d0be9444f1cfa6933dfe065a89.tar.bz2
removed a non-working type test
-rw-r--r--tests/testtypes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtypes.c b/tests/testtypes.c
index 0f0cd27..4ed880b 100644
--- a/tests/testtypes.c
+++ b/tests/testtypes.c
@@ -18,7 +18,6 @@ int main(void)
off_t offset=TYPE_MAX(off_t); /* Depends on _FILE_OFFSET_BITS */
size_t size=TYPE_MAX(size_t); /* Depends on int size */
- printf("native int bits%20"PRIu64" %16"PRIx32"\n", sizeof(int)*CHAR_BIT, UINT_MAX);
printf("uint32_t max %20"PRIu32" %16"PRIx32"\n"
"uint64_t max %20"PRIu64" %16"PRIx64"\n"
"off_t max %20jd %16jx\n" /* try PRIdMAX if %jd unsupported */