diff options
Diffstat (limited to 'src/func.c')
-rw-r--r-- | src/func.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/func.c b/src/func.c index aedbda6f3..efb18a3fa 100644 --- a/src/func.c +++ b/src/func.c @@ -2071,9 +2071,7 @@ static void math2Func( } /* -** Implementation of 2-argument SQL math functions: -** -** power(X,Y) - Compute X to the Y-th power +** Implementation of 0-argument pi() function. */ static void piFunc( sqlite3_context *context, |