linker: Remove the FINISHME comment for intrastage linking
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index a4776b1..4869dbe 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -1135,7 +1135,8 @@
 
    prog->Version = max_version;
 
-   /* FINISHME: Implement intra-stage linking. */
+   /* Link all shaders for a particular stage and validate the result.
+    */
    prog->_NumLinkedShaders = 0;
    if (num_vert_shaders > 0) {
       gl_shader *const sh =