glsl: remove placeholder comment
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 21 Jul 2017 01:09:33 +0000 (11:09 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 23 Jul 2017 00:06:01 +0000 (10:06 +1000)
This was added in 2d03f48a65a666 and seems like it was intended
as a TODO comment in a function stub rather than a useful
code comment.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/compiler/glsl/ast_to_hir.cpp

index c338ad79ca3d8f9d055db25742aef81321ea68bc..7de164cebbf8b63360f9f179383c70dccff9fe39 100644 (file)
@@ -7677,10 +7677,6 @@ ast_interface_block::hir(exec_list *instructions,
                                "invalid qualifier for block",
                                this->block_name);
 
-   /* The ast_interface_block has a list of ast_declarator_lists.  We
-    * need to turn those into ir_variables with an association
-    * with this uniform block.
-    */
    enum glsl_interface_packing packing;
    if (this->layout.flags.q.shared) {
       packing = GLSL_INTERFACE_PACKING_SHARED;