sofpipe: remove extraneous semicolon
[mesa.git] / src / gallium / drivers / softpipe / sp_screen.h
index f741454c9e5f472578baa43a25db8aa93fa3d4a3..007feecb5de77bf9bcafe05bd396411b261b8822 100644 (file)
@@ -45,12 +45,10 @@ struct softpipe_screen {
    /* Increments whenever textures are modified.  Contexts can track
     * this.
     */
-   unsigned timestamp;          
+   unsigned timestamp;
+   boolean use_llvm;
 };
 
-
-
-
 static INLINE struct softpipe_screen *
 softpipe_screen( struct pipe_screen *pipe )
 {