Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup/after better table row push for troe #827

Merged
merged 2 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 0 additions & 45 deletions src/lib/orionld/troe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,6 @@ SET (SOURCES
pgTransactionBegin.cpp
pgTransactionCommit.cpp
pgTransactionRollback.cpp
pgEntityTreat.cpp
pgEntityPush.cpp
pgAttributeTreat.cpp
pgAttributePush.cpp
pgSubAttributePush.cpp
pgRelationshipPush.cpp
pgStringPropertyPush.cpp
pgNumberPropertyPush.cpp
pgCompoundPropertyPush.cpp
pgBoolPropertyPush.cpp
pgSubAttributeTreat.cpp
pgSubRelationshipPush.cpp
pgStringSubPropertyPush.cpp
pgBoolSubPropertyPush.cpp
pgCompoundSubPropertyPush.cpp
pgNumberSubPropertyPush.cpp
pgEntityDelete.cpp
pgAttributeDelete.cpp
pgGeoPropertyPush.cpp
pgGeoPointPush.cpp
pgGeoPolygonPush.cpp
pgGeoMultiPolygonPush.cpp
pgGeoLineStringPush.cpp
pgGeoMultiLineStringPush.cpp
kjGeoPointExtract.cpp
kjGeoPolygonExtract.cpp
kjGeoMultiPolygonExtract.cpp
Expand Down Expand Up @@ -119,27 +95,6 @@ SET (HEADERS
pgTransactionBegin.h
pgTransactionCommit.h
pgTransactionRollback.h
pgEntityTreat.h
pgEntityPush.h
pgAttributeTreat.h
pgAttributePush.h
pgSubAttributePush.h
pgRelationshipPush.h
pgNumberPropertyPush.h
pgCompoundPropertyPush.h
pgBoolPropertyPush.h
pgStringSubPropertyPush.h
pgBoolSubPropertyPush.h
pgCompoundSubPropertyPush.h
pgNumberSubPropertyPush.h
pgEntityDelete.h
pgAttributeDelete.h
pgGeoPropertyPush.h
pgGeoPointPush.h
pgGeoPolygonPush.h
pgGeoMultiPolygonPush.h
pgGeoLineStringPush.h
pgGeoMultiLineStringPush.h
kjGeoPointExtract.h
kjGeoPolygonExtract.h
kjGeoMultiPolygonExtract.h
Expand Down
64 changes: 0 additions & 64 deletions src/lib/orionld/troe/pgAttributeDelete.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions src/lib/orionld/troe/pgAttributeDelete.h

This file was deleted.

118 changes: 0 additions & 118 deletions src/lib/orionld/troe/pgAttributePush.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions src/lib/orionld/troe/pgAttributePush.h

This file was deleted.