Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit eba81dd

Browse files
Revert unused changes
1 parent 7ffcad7 commit eba81dd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/include/codegen/proxy/runtime_functions_proxy.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212

1313
#pragma once
1414

15-
#include <memory>
1615
#include <vector>
17-
#include "catalog/schema.h"
16+
#include <memory>
1817
#include "codegen/proxy/proxy.h"
1918
#include "codegen/proxy/type_builder.h"
2019
#include "codegen/runtime_functions.h"
@@ -35,11 +34,6 @@ PROXY(AbstractExpression) {
3534
DECLARE_TYPE;
3635
};
3736

38-
PROXY(Schema) {
39-
DECLARE_MEMBER(0, char[sizeof(catalog::Schema)], opaque);
40-
DECLARE_TYPE;
41-
};
42-
4337
PROXY(RuntimeFunctions) {
4438
DECLARE_METHOD(HashCrc64);
4539
DECLARE_METHOD(GetTileGroup);

0 commit comments

Comments
 (0)