aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-01-19 22:01:16 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-01-21 09:19:57 -0500
commit5b3d6611ca1105e33c577c2432e815b733782694 (patch)
tree36bd05249eaf707de4e97bcba385039cc6170972 /src
parentsqlite, minor, cosmetic in use case, if not exist (diff)
org files naming, minor
Diffstat (limited to 'src')
-rw-r--r--src/doc_reform/io_out/sqlite.d7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d
index 3a0b67c..58f8dd9 100644
--- a/src/doc_reform/io_out/sqlite.d
+++ b/src/doc_reform/io_out/sqlite.d
@@ -652,13 +652,6 @@ template SQLiteFormatAndLoadObject() {
string o;
return o;
}
- string postgresql_load_string(M,O)(
- M doc_matters,
- const O obj,
- ) {
- string o;
- return o;
- }
string sqlite_statement(O)(
const O obj,
string _txt,