llvmpipe: Remove extraneous name in lp_type pre-declaration.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <llvm-c/Core.h>
|
||||
|
||||
|
||||
struct lp_type type;
|
||||
struct lp_type;
|
||||
struct lp_build_context;
|
||||
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include <pipe/p_compiler.h>
|
||||
|
||||
|
||||
struct lp_type type;
|
||||
struct lp_type;
|
||||
|
||||
|
||||
unsigned
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include <llvm-c/Core.h>
|
||||
|
||||
|
||||
struct lp_type type;
|
||||
struct lp_type;
|
||||
|
||||
|
||||
LLVMValueRef
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */
|
||||
|
||||
|
||||
struct lp_type type;
|
||||
struct lp_type;
|
||||
struct lp_build_context;
|
||||
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include <llvm-c/Core.h>
|
||||
|
||||
|
||||
struct lp_type type;
|
||||
struct lp_type;
|
||||
struct lp_build_context;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user