PERFORCE change 106894 for review

Roman Divacky rdivacky at FreeBSD.org
Fri Sep 29 07:31:54 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106894

Change 106894 by rdivacky at rdivacky_witten on 2006/09/29 14:30:54

	Remove unused variables.

Affected files ...

.. //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#7 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#7 (text+ko) ====

@@ -635,7 +635,6 @@
 	if (args->flags & CLONE_SETTLS) {
    	   	struct l_user_desc info;
    	   	int idx;
-		struct segment_descriptor sd;
 
 	   	error = copyin((void *)td->td_frame->tf_rsi, &info, sizeof(struct l_user_desc));
 		if (error)
@@ -1184,7 +1183,6 @@
 	struct l_user_desc info;
 	int error;
 	int idx;
-	struct segment_descriptor sd;
 
 	error = copyin(args->desc, &info, sizeof(struct l_user_desc));
 	if (error)


More information about the p4-projects mailing list