From 94a7e63351c5eb4fe0d0507dfe4537ece935d134 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 18 Jul 2010 14:55:55 -0700 Subject: [PATCH] command: Remove INSERT from list of unimplemented commands. This command is implemented, so this was a duplicate entry. --- src/language/command.def | 1 - 1 file changed, 1 deletion(-) diff --git a/src/language/command.def b/src/language/command.def index 8861d9197b..2b00ea27b8 100644 --- a/src/language/command.def +++ b/src/language/command.def @@ -190,7 +190,6 @@ UNIMPL_CMD ("HILOGLINEAR", "Hierarchial loglinear models") UNIMPL_CMD ("HOMALS", "Homogeneity analysis") UNIMPL_CMD ("IGRAPH", "Interactive graphs") UNIMPL_CMD ("INFO", "Local Documentation") -UNIMPL_CMD ("INSERT", "Insert file") UNIMPL_CMD ("KEYED DATA LIST", "Read nonsequential data") UNIMPL_CMD ("KM", "Kaplan-Meier") UNIMPL_CMD ("LOGISTIC REGRESSION", "Regression Analysis") -- 2.30.2