Skip to content

Commit

Permalink
delete unused comment
Browse files Browse the repository at this point in the history
Change-Id: I258fbd5e31f52cad8986bf731574de0a7e614d89
  • Loading branch information
wangfenjin committed Mar 17, 2023
1 parent a7fe801 commit b0e95cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
jobs:
test:
name: Test ${{ matrix.target }}
needs: Sanitizer
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -98,7 +97,7 @@ jobs:

Windows:
name: Windows build from source
needs: Sanitizer
needs: test
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -120,6 +119,7 @@ jobs:

Sanitizer:
name: Address Sanitizer
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 0 additions & 4 deletions src/vtab/excel.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//! Generate series table function.
//!
//! Port of C [generate series "function"](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/series.c):
//! `https://www.sqlite.org/series.html`
use super::{BindInfo, DataChunk, Free, FunctionInfo, InitInfo, LogicalType, LogicalTypeId, VTab};
use crate::vtab::vector::Inserter;
use calamine::{open_workbook_auto, DataType, Range, Reader};
Expand Down

0 comments on commit b0e95cf

Please sign in to comment.