summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-28 17:09:31 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-28 17:09:31 +0000
commiteb75db00165b16e86b94f9aa56c61f8fea601dc3 (patch)
tree3c0986245ee4fceccc0691b5a7343c89767a9742 /src/include/cctk_Groups.h
parente550a14b85001e57fdd4ee65bfdfb272d0254735 (diff)
Undo changes that prevent more unwanted warnings about unused variables.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4155 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index c82f48aa..9b44008c 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -92,11 +92,7 @@ const char *CCTK_VarTypeName(int vartype);
int CCTK_VarTypeSize(int vtype);
-int CCTKi_GroupLength(const char *fullgroupname);
-int CCTKi_GroupLengthI(int group);
-
const int * CCTKi_GroupLengthAsPointer(const char *fullgroupname);
-const int * CCTKi_GroupLengthAsPointerI(int group);
/* traverse a string of group and/or variable names */
int CCTK_TraverseString (const char *parsestring,