Eliminate temp_case, and a few other cleanups.
[pspp-builds.git] / src / weight.c
index 642a2b736fdd69b304d56c4ac163400b39b8bdcd..fd19f8c8978a371ea6f3003dc4a92a6f2eca32f1 100644 (file)
 #include "str.h"
 #include "var.h"
 
-/* Notes:
-
-   If the weighting variable is deleted somehow (for instance by
-   end-of-scope of TEMPORARY), weighting must be canceled.
-
-   Scratch vars may not be used for weighting. */
-
 /* WEIGHT transformation. */
 struct weight_trns
   {