[cig-commits] commit: Fix compile warning

Mercurial hg at geodynamics.org
Mon Sep 12 16:15:00 PDT 2011


changeset:   790:f8af1e299191
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Sep 12 14:34:04 2011 -0700
files:       Discretisation/src/FeMesh_ElementType.cxx
description:
Fix compile warning


diff -r 3c946f016807 -r f8af1e299191 Discretisation/src/FeMesh_ElementType.cxx
--- a/Discretisation/src/FeMesh_ElementType.cxx	Wed Sep 07 23:38:00 2011 -0700
+++ b/Discretisation/src/FeMesh_ElementType.cxx	Mon Sep 12 14:34:04 2011 -0700
@@ -98,9 +98,6 @@ void _FeMesh_ElementType_Delete( void* e
 
 void _FeMesh_ElementType_Print( void* elementType, Stream* stream ) {
 	FeMesh_ElementType*	self = (FeMesh_ElementType*)elementType;
-	Stream*			elementTypeStream;
-
-	elementTypeStream = Journal_Register( InfoStream_Type, (Name)"FeMesh_ElementTypeStream"  );
 
 	/* Print parent */
 	Journal_Printf( stream, "FeMesh_ElementType (ptr): (%p)\n", self );



More information about the CIG-COMMITS mailing list