Remove unused code

This commit is contained in:
Reinhard Pointner 2017-02-10 15:45:25 +08:00
parent c66773fe37
commit e8cf185961
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
package net.filebot.gio;
import com.sun.jna.Library;
interface LibC extends Library {
int getuid();
}