• H
    Remove unused global variable and function. · 7d639c30
    Heikki Linnakangas 提交于
    FTS doesn't actually seem to use the superuser's username for anything.
    That allowed removing probeUser and retrieveUserAndDb(). All the remaining
    calls to FtsFindSuperuser() were from cdbresynchronizechangetracking.c,
    but all of those callers just discarded the return value.
    FtsFindSuperuser() doesn't throw any errors, either, so it didn't serve
    any error-checking purpose either. Remove it all.
    7d639c30
caqltest.c 5.1 KB