From 6b4e661ac124c90449eb81b34b444fad9dd3fb26 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sat, 30 Oct 2004 23:04:31 +0000 Subject: [PATCH] Accidentally checked this file in...removing it now. --- Repair/RepairCompiler/MCC/CRuntime/size.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 Repair/RepairCompiler/MCC/CRuntime/size.h diff --git a/Repair/RepairCompiler/MCC/CRuntime/size.h b/Repair/RepairCompiler/MCC/CRuntime/size.h deleted file mode 100755 index b672d5d..0000000 --- a/Repair/RepairCompiler/MCC/CRuntime/size.h +++ /dev/null @@ -1,10 +0,0 @@ -#include "specs/x86/cache_aux.h" -int getfield(int type, int fieldindex); -int isArray(int type, int fieldindex); -int isPtr(int type, int fieldindex); -int numElements(int type, int fieldindex); -int size(int type); -int sizeBytes(int type); -int getnumfields(int type); -bool issubtype(int subtype, int type); -void computesizes(struct foo_state *); -- 2.34.1