Changeset: a9747a1885ef for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a9747a1885ef Modified Files: clients/examples/perl/malsample.pl clients/examples/perl/sqlsample.pl common/stream/memio.c Branch: Sep2022 Log Message:
Remove superfluous stuff. diffs (47 lines): diff --git a/clients/examples/perl/malsample.pl b/clients/examples/perl/malsample.pl --- a/clients/examples/perl/malsample.pl +++ b/clients/examples/perl/malsample.pl @@ -8,14 +8,6 @@ # # Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. -# SPDX-License-Identifier: MPL-2.0 -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. - use strict; use warnings; use DBI(); diff --git a/clients/examples/perl/sqlsample.pl b/clients/examples/perl/sqlsample.pl --- a/clients/examples/perl/sqlsample.pl +++ b/clients/examples/perl/sqlsample.pl @@ -8,14 +8,6 @@ # # Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. -# SPDX-License-Identifier: MPL-2.0 -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. - use strict; use warnings; use DBI(); diff --git a/common/stream/memio.c b/common/stream/memio.c --- a/common/stream/memio.c +++ b/common/stream/memio.c @@ -63,7 +63,6 @@ buffer_get_buf(buffer *b) b->buf = r; return NULL; } - b->len = b->buf ? b->len : 0; b->pos = 0; return r; } _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
