From 874b4fd618cfb99f72878627d2c15b169de719b1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 30 Dec 2000 14:47:06 +0000 Subject: [PATCH] Remove incorrect assert. --- src/bin/psql/command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 3a47f8e15c..0199ea95d1 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.42 2000/12/03 20:45:38 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.43 2000/12/30 14:47:06 petere Exp $ */ #include "postgres.h" #include "command.h" @@ -95,7 +95,6 @@ HandleSlashCmds(const char *line, #ifdef USE_ASSERT_CHECKING assert(line); - assert(end_of_cmd); #endif my_line = xstrdup(line);