Skip to content

Commit 3d05378

Browse files
RubenVerborghdmitrizagidulin
authored andcommitted
Remove incomplete SPARQL PATCH handler.
The PATCH handler for application/sparql does not perform any patching, i.e., nothing is ever written to disk. Since our next goal is to further abstract patching code (which includes writing), this incomplete code cannot be used.
1 parent f55a2a0 commit 3d05378

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

lib/handlers/patch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ var $rdf = require('rdflib')
1010
const DEFAULT_CONTENT_TYPE = 'text/turtle'
1111

1212
const PATCHERS = {
13-
'application/sparql': require('./patch/sparql-patcher.js'),
1413
'application/sparql-update': require('./patch/sparql-update-patcher.js')
1514
}
1615

lib/handlers/patch/sparql-patcher.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)