Title:
  Eliminating import when the imported function is not used.
Goal: 
  Eliminate the selected import list.
Parameters:
  [{file,"test.erl"},{position,20}].
Documentation:
  The transformation eliminates the selected import list, but the
  imported function has no applications, thus the transformation
  simply deletes the import form.