aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/db.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-09-21 14:41:37 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-09-21 14:42:29 +0200
commit472bb0733d6dcbf9d33fd0f56b030b9abd5c4566 (patch)
tree2f9bc34ac052490093a192cdb0950cfd6df1ba79 /include/osmocom/hlr/db.h
parentd118efb78918fa15963cf2207acae1a7cc2d6dd2 (diff)
put SQL only used in hlr-db-tool in hlr_db_tool.cneels/for_keith
Diffstat (limited to 'include/osmocom/hlr/db.h')
-rw-r--r--include/osmocom/hlr/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/hlr/db.h b/include/osmocom/hlr/db.h
index 176a097..ca336a0 100644
--- a/include/osmocom/hlr/db.h
+++ b/include/osmocom/hlr/db.h
@@ -33,7 +33,6 @@ enum stmt_idx {
DB_STMT_SET_LAST_LU_SEEN_PS,
DB_STMT_EXISTS_BY_IMSI,
DB_STMT_EXISTS_BY_MSISDN,
- DB_STMT_SET_IMPLICIT_LU_BY_IMSI,
_NUM_DB_STMT
};