What you do probably should start with wherever you obtained this openSUSE image.
It probably would not cause a problem if you removed that configuration, but IMO you should research its origins before doing somethig that might break the image.
One thing you might do is inspect your syslog for any entries for hda1, you might see the drive mounted successfully or related errors.
eg
cat /var/log/messages | grep hda1
If you find only errors and can’t determine a reason for keeping hda1, then IMO the next step is to look for how it’s mounted…
A starting point might be to simply unmount hda1 first to see what the result is, before trying to remove permanently.
It might be mounted with an entry in /etc/fstab
It might be mounted using the systemd mount service.
It might be manually mounted, and possibly run from a script.