diff options
Diffstat (limited to '')
-rw-r--r-- | bin/jrp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/jrp.c b/bin/jrp.c index f6f763d6..92b6e23e 100644 --- a/bin/jrp.c +++ b/bin/jrp.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// JIT RPN calculator. - #include <err.h> #include <histedit.h> #include <stdbool.h> |