-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation warning. Remove utilities in vineyard store ffi. (#861)
* Fix compiler warnings. Remove vineyard loader/reader that are no longer used. Changes to be committed: modified: CMakeLists.txt modified: global_store_ffi.cc deleted: htap_loader.cc deleted: htap_reader.c deleted: htap_stream_generator.cc deleted: htap_stream_loader.cc modified: property_graph_stream.cc modified: property_graph_stream.h * Remove htap_mc_reader, which is no longer used. Changes to be committed: modified: ../CMakeLists.txt deleted: ../htap_mc_reader.c
- Loading branch information
zhiminch
authored
Sep 27, 2021
1 parent
7981847
commit f47e019
Showing
9 changed files
with
7 additions
and
1,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100 changes: 0 additions & 100 deletions
100
interactive_engine/src/executor/runtime/native/htap_loader.cc
This file was deleted.
Oops, something went wrong.
223 changes: 0 additions & 223 deletions
223
interactive_engine/src/executor/runtime/native/htap_mc_reader.c
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.