Mesa (master): glsl: Remove unused class ast_declaration_statment

Chad Versace chadversary at kemper.freedesktop.org
Fri Jan 21 22:07:00 UTC 2011


Module: Mesa
Branch: master
Commit: f633b993b0d11cbc2880707405cf38201a5df61d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f633b993b0d11cbc2880707405cf38201a5df61d

Author: Chad Versace <chad.versace at intel.com>
Date:   Tue Jan 18 15:50:14 2011 -0800

glsl: Remove unused class ast_declaration_statment

---

 src/glsl/ast.h |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/glsl/ast.h b/src/glsl/ast.h
index 0e2811c..c4622f6 100644
--- a/src/glsl/ast.h
+++ b/src/glsl/ast.h
@@ -606,25 +606,6 @@ private:
 };
 
 
-class ast_declaration_statement : public ast_node {
-public:
-   ast_declaration_statement(void);
-
-   enum {
-      ast_function,
-      ast_declaration,
-      ast_precision
-   } mode;
-
-   union {
-      class ast_function *function;
-      ast_declarator_list *declarator;
-      ast_type_specifier *type;
-      ast_node *node;
-   } declaration;
-};
-
-
 class ast_expression_statement : public ast_node {
 public:
    ast_expression_statement(ast_expression *);




More information about the mesa-commit mailing list