xref: /illumos-gate/usr/src/tools/smatch/src/smatch_data/db/clear_user_data.sh (revision 1edba515a3484e0f74b638b203d462b3112ac84d)
1#!/bin/bash
2
3echo "delete from caller_info where type = 8017; delete from return_states where type = 8017 or type = 9017;" | sqlite3 smatch_db.sqlite
4
5
6