Skip to content

Commit d3ec818

Browse files
committed
more 1.4 changes
1 parent edda2b2 commit d3ec818

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/parser_tools_extension.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,4 @@ DUCKDB_CPP_EXTENSION_ENTRY(parser_tools, loader) {
5656
duckdb::LoadInternal(loader);
5757
}
5858

59-
DUCKDB_EXTENSION_API const char *parser_tools_version() {
60-
return duckdb::DuckDB::LibraryVersion();
6159
}
62-
}
63-
64-
#ifndef DUCKDB_EXTENSION_MAIN
65-
#error DUCKDB_EXTENSION_MAIN not defined
66-
#endif

0 commit comments

Comments
 (0)