Remove dead code
[openafs.git] / src / tools / dumpscan / intNN.h
index b344a35..7163ee9 100644 (file)
 
 /* intNN.h - Sized integer types */
 #include <afs/stds.h>
-#if 0
-typedef short afs_int16;
-typedef unsigned short afs_uint16;
-
-typedef long afs_int32;
-typedef unsigned long afs_uint32;
-#endif
 
 
 /* Support for 64-bit integers.