about summary refs log tree commit diff
path: root/other/pamarith.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamarith.c')
-rw-r--r--other/pamarith.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/other/pamarith.c b/other/pamarith.c
index d2544d6d..e0a105e7 100644
--- a/other/pamarith.c
+++ b/other/pamarith.c
@@ -911,11 +911,6 @@ main(int argc, const char *argv[]) {
 
     parseCommandLine(argc, argv, &cmdline);
 
-    if (cmdline.operandCt != 2)
-        /* Code for > 2 operands not written yet */
-        pm_error("You specified %u operands.  We understand only 2.",
-                 cmdline.operandCt);
-
     if1P = pm_openr(cmdline.operandFileNames[0]);
     if2P = pm_openr(cmdline.operandFileNames[1]);