Skip to content

Commit

Permalink
Per #1275, just deleting stale, commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Mar 8, 2022
1 parent 087658e commit 069a25d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions met/src/basic/vx_util/ascii_table.cc
Expand Up @@ -1328,9 +1328,6 @@ if ( Nrows < 0 || Nrows >= INT_MAX ) {

if ( Nrows <= 2 ) return;

// int left[Nrows];
// int right[Nrows];

int * left = new int [Nrows];
int * right = new int [Nrows];

Expand Down

0 comments on commit 069a25d

Please sign in to comment.