We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a222f67 commit d9925a5Copy full SHA for d9925a5
src/parse_tables_extension.cpp
@@ -8,9 +8,6 @@
8
#include "duckdb/main/extension_util.hpp"
9
#include <duckdb/parser/parsed_data/create_scalar_function_info.hpp>
10
11
-// OpenSSL linked through vcpkg
12
-#include <openssl/opensslv.h>
13
-
14
namespace duckdb {
15
16
inline void ParseTablesScalarFun(DataChunk &args, ExpressionState &state, Vector &result) {
0 commit comments