Skip to content

Commit

Permalink
Remove unused function diffXts()
Browse files Browse the repository at this point in the history
This was not declared in any header files either.
  • Loading branch information
joshuaulrich committed Apr 11, 2023
1 parent 90abcae commit a5b6041
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lag.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
#include <Rdefines.h>
#include "xts.h"

SEXP diffXts(SEXP x, SEXP lag, SEXP diff, SEXP arith, SEXP nap, SEXP dots)
{
return R_NilValue;
}


SEXP lagXts(SEXP x, SEXP k, SEXP pad)
{
SEXP result;
Expand Down

0 comments on commit a5b6041

Please sign in to comment.