Remove unused variable

This commit is contained in:
Carla
2016-03-09 11:54:59 +01:00
parent 7b48c2765e
commit 0b8bada553

View File

@@ -480,7 +480,6 @@ DECLARE
i INTEGER;
sql TEXT;
useable_key BOOLEAN = false;
has_usable_primary_key BOOLEAN = false;
BEGIN
RAISE DEBUG 'CDB(_CDB_Has_Usable_Primary_ID): %', 'entered function';